[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Sep 12 11:57:01 UTC 2003
CVS commit by thomas:
bug fix: make list selection to 'view code' for interfaces
M +1 -0 listpopupmenu.cpp 1.31
--- kdesdk/umbrello/umbrello/listpopupmenu.cpp #1.30:1.31
@@ -264,4 +264,5 @@ ListPopupMenu::ListPopupMenu(QWidget * p
insrtItm(mt_Rename);
insrtItm(mt_Change_Font);
+ insertItem( SmallIcon( "unknown"), i18n("View Code"),mt_ViewCode);
insertItem(i18n("Draw as Circle"), mt_DrawAsCircle);
setItemChecked( mt_DrawAsCircle, interfaceWidget->getDrawAsCircle() );
More information about the umbrello-devel
mailing list