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

List:       kde-commits
Subject:    kdelibs/kdeprint
From:       Kurt Pfeifle <kpfeifle () danka ! de>
Date:       2005-01-30 21:11:31
Message-ID: 20050130211131.2DEDA1BA27 () office ! kde ! org
[Download RAW message or body]

CVS commit by pfeifle: 

fix wrong WhatsThis assignmen to label


  M +3 -3      kpposterpage.cpp   1.6


--- kdelibs/kdeprint/kpposterpage.cpp  #1.5:1.6
@@ -141,5 +141,5 @@ KPPosterPage::KPPosterPage( QWidget *par
                         " </qt>" );
 
-        QString whatsThisTileselectionPosterPage = i18n( " <qt> "
+        QString whatsThisTileOrderSelectionPosterPage = i18n( " <qt> "
                         " <b>Order and number of tile pages to be printed</b> "
                         " <p>This field displays and sets the individual tiles to be printed, \
as well as the order " @@ -188,7 +188,7 @@ KPPosterPage::KPPosterPage( QWidget *par
         m_cutmargin->setRange( 0, 100, 2, true );                     // step width was too \
big, changed from 10 to 2 (-kp-)  m_selection = new QLineEdit( dummy );
-          QWhatsThis::add(m_selection, whatsThisTileselectionPosterPage);
+          QWhatsThis::add(m_selection, whatsThisTileOrderSelectionPosterPage);
         QLabel *selectionlab = new QLabel( i18n( "&Tile pages (to be printed):" ), dummy );
-          QWhatsThis::add(selectionlab, whatsThisTileSelectionPosterPage);
+          QWhatsThis::add(selectionlab, whatsThisTileOrderSelectionPosterPage);
         selectionlab->setBuddy( m_selection );
         m_lockbtn->setToggleButton( true );


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

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