[Uml-devel] kdesdk/umbrello/umbrello
Klas Kalass
klas.kalass at gmx.de
Wed Mar 19 02:48:11 UTC 2003
CVS commit by kalass:
group menu items more logically
M +2 -1 listpopupmenu.cpp 1.17
--- kdesdk/umbrello/umbrello/listpopupmenu.cpp #1.16:1.17
@@ -961,9 +961,10 @@ void ListPopupMenu::setupDiagramMenu(UML
insertSeparator();
insertItem(SmallIcon("editclear"), i18n("Clear Diagram"), mt_Clear);
+ insertItem(SmallIcon("image"), i18n("Export as Picture..."), mt_Export_Image);
+ insertSeparator();
insertItem(i18n("Snap to Grid"), mt_SnapToGrid);
setItemChecked(mt_SnapToGrid, view->getSnapToGrid() );
insertItem(i18n("Show Grid"), mt_ShowSnapGrid );
setItemChecked(mt_ShowSnapGrid, view->getShowSnapGrid() );
- insertItem(SmallIcon("image"), i18n("Export as Picture..."), mt_Export_Image);
insertItem(SmallIcon("info"), i18n("Properties"), mt_Properties);
}
More information about the umbrello-devel
mailing list