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

List:       kde-commits
Subject:    kdebase/kcontrol/keys
From:       Ellis Whitehead <kde () ellisw ! net>
Date:       2003-03-29 15:43:59
[Download RAW message or body]

CVS commit by ellis: 

Remove i18n'ing of internal X-labels


  M +3 -3      modifiers.cpp   1.14


--- kdebase/kcontrol/keys/modifiers.cpp  #1.13:1.14
@@ -195,11 +195,11 @@ void ModifiersModule::initGUI()
 
         new QLabel( i18n("QAccel", "Shift"), pGroup );
-        new QLabel( i18n("QAccel", "shift"), pGroup );
+        new QLabel( "shift", pGroup );
 
         m_plblCtrl = new QLabel( i18n("QAccel", "Ctrl"), pGroup );
-        new QLabel( i18n("control"), pGroup );
+        new QLabel( "control", pGroup );
 
         m_plblAlt = new QLabel( i18n("QAccel", "Alt"), pGroup );
-        new QLabel( i18n("mod1"), pGroup );
+        new QLabel( "mod1", pGroup );
 
         m_plblWin = new QLabel( i18n("Win"), pGroup );


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

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