Added 0000602 : Annotations object for Drawing pages

This commit is contained in:
Yorik van Havre
2012-05-02 18:16:41 -03:00
parent e274524b43
commit 2dc62d783e
10 changed files with 937 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*part << "Drawing_NewView";
*part << "Drawing_OrthoViews";
*part << "Drawing_OpenBrowserView";
*part << "Drawing_Annotation";
*part << "Drawing_ExportPage";
return root;
@@ -78,6 +79,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*part << "Drawing_NewView";
*part << "Drawing_OrthoViews";
*part << "Drawing_OpenBrowserView";
*part << "Drawing_Annotation";
*part << "Drawing_ExportPage";
return root;
}