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

List:       kde-commits
Subject:    KDE/kdepim/korganizer/printing
From:       Laurent Montel <montel () kde ! org>
Date:       2010-04-08 8:56:21
Message-ID: 20100408085621.6B64DAC88F () svn ! kde ! org
[Download RAW message or body]

SVN commit 1112467 by mlaurent:

Fix bug # 233664 "Wrong label in 'Sort field' combo box from the Print dialogue"
BUG: 233664


 M  +2 -2      calprintdefaultplugins.cpp  


--- trunk/KDE/kdepim/korganizer/printing/calprintdefaultplugins.cpp #1112466:1112467
@@ -1331,7 +1331,7 @@
 
     if ( mTodoSortField != TodoFieldUnset ) {
       // do not insert if already done so.
-      cfg->mSortField->addItem( i18n( "Summary" ) );
+      cfg->mSortField->addItem( i18n( "Title" ) );
       cfg->mSortField->addItem( i18n( "Start Date" ) );
       cfg->mSortField->addItem( i18n( "Due Date" ) );
       cfg->mSortField->addItem( i18n( "Priority" ) );
@@ -1420,7 +1420,7 @@
   }
 
   outStr.truncate( 0 );
-  outStr += i18n( "Summary" );
+  outStr += i18n( "Title" );
   p.drawText( possummary, mCurrentLinePos - 2, outStr );
 
   if ( mIncludePercentComplete ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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