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

List:       kde-commits
Subject:    kdegraphics/kpaint
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-02-11 19:28:14
Message-ID: 20040211192814.E0F359133 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

i18n takes an utf-8 argument


  M +4 -4      kpaint.cpp   1.119


--- kdegraphics/kpaint/kpaint.cpp  #1.118:1.119
@@ -347,11 +347,11 @@ void KPaint::initMenus()
                        "image_mirror");
 
-    (void) new KAction(i18n("Rotate &90°"), 0, this,
+    (void) new KAction(i18n("Rotate &90 °"), 0, this,
         SLOT(imageRotate90()), actionCollection(),
         "image_rotate90");
-    (void) new KAction(i18n("Rotate &180°"), 0, this,
+    (void) new KAction(i18n("Rotate &180 °"), 0, this,
         SLOT(imageRotate180()), actionCollection(),
         "image_rotate180");
-    (void) new KAction(i18n("Rotate &270°"), 0, this,
+    (void) new KAction(i18n("Rotate &270 °"), 0, this,
         SLOT(imageRotate270()), actionCollection(),
         "image_rotate270");


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

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