Add project shape command to Drawing menu

This commit is contained in:
wmayer 2013-01-02 14:39:07 +01:00
parent 408cc7c938
commit cf07e511b3

View File

@ -65,6 +65,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*part << "Drawing_Annotation";
*part << "Drawing_Clip";
*part << "Drawing_ExportPage";
*part << "Separator";
*part << "Drawing_ProjectShape";
return root;
}