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 %1 to the trash?").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) {