+ strip trailing spaces, untabify, fix typos

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5376 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
logari81
2012-01-01 19:57:59 +00:00
parent ac2c585e87
commit 4935ea95c2
5 changed files with 131 additions and 131 deletions

View File

@@ -88,14 +88,14 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Sketcher_ConstrainTangent"
<< "Sketcher_ConstrainEqual"
<< "Sketcher_ConstrainSymmetric";
*sketch
*sketch
<< "Sketcher_NewSketch"
<< "Sketcher_LeaveSketch"
<< "Sketcher_ViewSketch"
<< "Sketcher_MapSketch"
<< geom
<< cons
<< "Separator"
<< "Separator"
;
return root;