Add project shape command to Drawing menu

This commit is contained in:
wmayer
2013-01-02 14:39:07 +01:00
parent 560da7d694
commit 58717708d9

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;
}