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

List:       kde-commits
Subject:    playground
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2009-07-13 10:48:03
Message-ID: 1247482083.706873.24675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 995759 by ilic:

i18n fixes: i18n call on empty string returns the PO header, not empty.


 M  +1 -1      base/plasma/plasmate/savesystem/timeline.cpp  
 M  +1 -1      games/mancala/MainWindow.cpp  


--- trunk/playground/base/plasma/plasmate/savesystem/timeline.cpp #995758:995759
@@ -185,7 +185,7 @@
 	info.append( i18n( "\nClick here to switch to those branches." ) );
 
 	list.append( info );
-	list.append( i18n( "" ) );
+	list.append( QString() );
 
 	this->uiAddItem( KIcon( "system-switch-user" ),
 						 list,
--- trunk/playground/games/mancala/MainWindow.cpp #995758:995759
@@ -71,7 +71,7 @@
 void MainWindow::setupWidgets(){
 
     //status bar
-    statusBar()->insertItem(i18n(""),4);
+    statusBar()->insertItem(QString(),4);
     statusBar()->insertItem( i18n("Turn: your"), 0 );
     statusBar()->insertItem(i18n("Human: 0"),1);
     statusBar()->insertItem(i18n("Computer: 0"),2);
[prev in list] [next in list] [prev in thread] [next in thread] 

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