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

List:       kde-commits
Subject:    kdelibs/kutils
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-04-20 19:58:00
Message-ID: 20050420195800.C1F20653 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

make the buttons use specific verbs (continue, stop) instead of generic
yes/no.


  M +2 -1      kfind.cpp   1.29


--- kdelibs/kutils/kfind.cpp  #1.28:1.29
@@ -661,5 +661,6 @@ bool KFind::shouldRestart( bool forceAsk
         : i18n("Continue from the beginning?");
 
-    int ret = KMessageBox::questionYesNo( dialogsParent(), QString("<qt>")+message+QString("</qt>") );
+    int ret = KMessageBox::questionYesNo( dialogsParent(), QString("<qt>")+message+QString("</qt>"),
+                                          QString::null, KStdGuiItem::cont(), KStdGuiItem::stop() );
     bool yes = ( ret == KMessageBox::Yes );
     if ( yes )


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

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