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

List:       kde-commits
Subject:    KDE/kdegames/ksame
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-02-01 21:32:40
Message-ID: 1265059960.650426.20853.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1083747 by cfeck:

Show score in statusbar

BUG: 225165


 M  +1 -1      mainwindow.cpp  


--- trunk/KDE/kdegames/ksame/mainwindow.cpp #1083746:1083747
@@ -206,7 +206,7 @@
 		QString count = QString( " (%1)" ).arg( list.join( "," ) );
 		m_statusBar->changeItem( i18n( "%1 Colors%2", m_board->colors(), count ), 1 );
 	}
-	m_statusBar->changeItem( ki18n( "Score: %1" ).subs( score, 6 ).toString(), 4 );
+	m_statusBar->changeItem( i18n( "Score: %1", score ), 4 );
 	m_undoAction->setEnabled( m_board->canUndo() );
 	m_restartAction->setEnabled( m_board->changed() );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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