[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Sun May 16 13:39:00 UTC 2004
CVS commit by sstein:
make Umbrello compile again under KDE 3.2.X
M +2 -0 uml.cpp 1.98
--- kdesdk/umbrello/umbrello/uml.cpp #1.97:1.98
@@ -232,5 +232,7 @@ void UMLApp::initActions() {
viewShowGrid = new KToggleAction(i18n("S&how Grid"), 0,
this, SLOT( slotCurrentViewToggleShowGrid() ), actionCollection(), "view_show_grid");
+#if (KDE_VERSION_MINOR>=3) && (KDE_VERSION_MAJOR>=3)
viewShowGrid->setCheckedState(i18n("&Hide Grid"));
+#endif
deleteDiagram = new KAction(i18n("&Delete"), SmallIconSet("editdelete"), 0,
this, SLOT( slotDeleteDiagram() ), actionCollection(), "view_delete");
More information about the umbrello-devel
mailing list