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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdepim/kmail
From:       Stephan Binner <binner () kde ! org>
Date:       2004-04-29 15:08:48
Message-ID: 20040429150848.CBF309A72 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

icons++


  M +2 -2      kmmainwidget.cpp   1.132.2.6


--- kdepim/kmail/kmmainwidget.cpp  #1.132.2.5:1.132.2.6
@@ -878,5 +878,5 @@ void KMMainWidget::slotEmptyFolder()
            "folder <b>%1</b> to the trash?</qt>").arg(mFolder->label());
 
-    if (KMessageBox::warningContinueCancel(this, text, title, title)
+    if (KMessageBox::warningContinueCancel(this, text, title, KGuiItem( title, "edittrash"))
       != KMessageBox::Continue) return;
   }
@@ -972,5 +972,5 @@ void KMMainWidget::slotRemoveFolder()
 
   if (KMessageBox::warningContinueCancel(this, str, i18n("Delete Folder"),
-                                         i18n("&Delete"))
+                                         KGuiItem( i18n("&Delete"), "editdelete"))
       == KMessageBox::Continue)
   {


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

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