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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/korganizer
From:       Allen Winter <winter () kde ! org>
Date:       2007-02-19 0:27:49
Message-ID: 1171844869.517454.12164.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 634989 by winterz:

uncomment the print journal tooltip and whatsthis


 M  +2 -3      journalentry.cpp  


--- branches/KDE/3.5/kdepim/korganizer/journalentry.cpp #634988:634989
@@ -231,9 +231,8 @@
   mPrintButton = new QToolButton( this, "printButton" );
   mPrintButton->setPixmap( KOGlobals::self()->smallIcon( "printer1" ) );
   mPrintButton->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
-  //FIXME: uncomment the next two lines after the string freeze is lifted
-//  QToolTip::add( mPrintButton, i18n("Print this journal entry") );
-//  QWhatsThis::add( mPrintButton, i18n("Opens the print dialog for this journal entry") );
+  QToolTip::add( mPrintButton, i18n("Print this journal entry") );
+  QWhatsThis::add( mPrintButton, i18n("Opens the print dialog for this journal entry") );
   mLayout->addWidget( mPrintButton, 0, 6 );
   connect( mPrintButton, SIGNAL(clicked()), this, SLOT( printItem() ) );
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

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