+added Draft Shape2DView command to the Complete workbench

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5080 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
yorikvanhavre 2011-10-28 16:33:45 +00:00
parent b40e4c011b
commit 7198928618

View File

@ -368,6 +368,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Draft_Scale"
<< "Draft_Edit"
<< "Draft_Drawing"
<< "Draft_Shape2DView"
<< DraftWireTools
<< DraftContext
;
@ -558,6 +559,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Draft_WireToBSpline"
<< "Draft_AddPoint"
<< "Draft_DelPoint"
<< "Draft_Shape2DView"
;
}
# endif