[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/umbrello/umbrello/dialogs
From:       Luis De la Parra Blum <lparrab () gmx ! net>
Date:       2003-03-31 22:55:38
[Download RAW message or body]

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++) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic