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

List:       kde-commits
Subject:    kdegames/kpat
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-03-07 16:09:47
Message-ID: 20050307160947.70D2D103CB () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

another of these show stopper bugs: too much management time is taken away
by answering the dialog, so the bigheads want a "do not ask again" checkbox ;)


  M +12 -12    pwidget.cpp   1.125


--- kdegames/kpat/pwidget.cpp  #1.124:1.125
@@ -298,5 +298,5 @@ void pWidget::newGame()
     // then ask if she wants to abort it.
     if (!dill->isGameWon()
-        && KMessageBox::warningYesNo(0,
+        && KMessageBox::warningContinueCancel(0,
                        i18n("You are already running an unfinished game.  "
                             "If you abort the old game to start a new one, "
@@ -306,5 +306,5 @@ void pWidget::newGame()
                        i18n("Abort Current Game?"),
                        i18n("Abort Old Game"),
-                       i18n("Continue Old Game")) == KMessageBox::No)
+                                     "careaboutstats" )  == KMessageBox::Cancel)
         return;
 


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

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