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

List:       kde-commits
Subject:    koffice/libs/guiutils
From:       Burkhard Lück <lueck () hube-lueck ! de>
Date:       2009-04-15 20:11:50
Message-ID: 1239826310.915945.8531.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 954487 by lueck:

make the string translatable

 M  +2 -1      KoUniColorDialog.cpp  


--- trunk/koffice/libs/guiutils/KoUniColorDialog.cpp #954486:954487
@@ -16,6 +16,7 @@
  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
 */
+#include <klocale.h>
 #include "KoUniColorDialog.h"
 
 KoUniColorDialog::KoUniColorDialog(KoColor &initialColor, QWidget *parent)
@@ -25,7 +26,7 @@
 
     m_chooser = new KoUniColorChooser( );
     m_chooser->setColor(initialColor);
-    addPage( m_chooser, tr( "Color Selector") );
+    addPage( m_chooser, i18n( "Color Selector") );
 }
 
 KoColor KoUniColorDialog::color()
[prev in list] [next in list] [prev in thread] [next in thread] 

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