[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport
Laurent Montel
montel at kde.org
Sat Sep 16 13:46:16 UTC 2006
SVN commit 585189 by mlaurent:
Continue to port it
M +1 -1 import_utils.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/import_utils.cpp #585188:585189
@@ -160,7 +160,7 @@
wantNamespace = KMessageBox::questionYesNo(NULL,
i18n("Is the scope %1 a namespace or a class?", scopeName),
i18n("C++ Import Requests Your Help"),
- i18n("Namespace"), i18n("Class"));
+ KGuiItem(i18n("Namespace")), KGuiItem(i18n("Class")));
}
Uml::Object_Type ot = (wantNamespace == KMessageBox::Yes ? Uml::ot_Package : Uml::ot_Class);
o = Object_Factory::createUMLObject(ot, scopeName, parentPkg);
More information about the umbrello-devel
mailing list