[Knode-devel] kdepim/knode

Stephan Binner binner at kde.org
Sun Jul 11 22:10:18 CEST 2004


CVS commit by binner: 

warningContinueCancelList++


  M +5 -4      knarticlemanager.cpp   1.88


--- kdepim/knode/knarticlemanager.cpp  #1.87:1.88
@@ -573,6 +573,7 @@ bool KNArticleManager::deleteArticles(KN
         lst << a->subject()->asUnicodeString();
     }
-    if( KMessageBox::No == KMessageBox::questionYesNoList(
-      knGlobals.topWidget, i18n("Do you really want to delete these articles?"), lst) )
+    if( KMessageBox::Cancel == KMessageBox::warningContinueCancelList(
+      knGlobals.topWidget, i18n("Do you really want to delete these articles?"), lst,
+        i18n("Delete Articles"), KGuiItem(i18n("&Delete"),"editdelete")) )
       return false;
   }




More information about the Knode-devel mailing list