[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Luis De la Parra Blum
lparrab at gmx.net
Mon Mar 31 14:56:05 UTC 2003
CVS commit by luis:
Type names should not be translated. removed i18n from typenames like "bool" and "int"
M +2 -2 umloperationdialog.cpp 1.11
--- kdesdk/umbrello/umbrello/dialogs/umloperationdialog.cpp #1.10:1.11
@@ -109,6 +109,6 @@ void UMLOperationDialog::setupDialog() {
//add some standard return types to combo box
- QString types[] = {i18n("void"), i18n("int"), i18n("long"), i18n("bool"), i18n("string"), i18n("double"),
- i18n("float"), i18n("date")};
+ QString types[] = {"void", "int", "long", "bool", "string", "double",
+ "float", "date"};
for (int i=0; i<6; i++) {
More information about the umbrello-devel
mailing list