From 272f5a72de0e507e513fffe9e82dca0dc6708df1 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sun, 10 Jun 2001 11:01:00 +0000 Subject: [PATCH] fixing wrong argument for warning box, thanks to Marc Mutz svn path=/trunk/kdenetwork/kmail/; revision=101300 --- kmreaderwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmreaderwin.cpp b/kmreaderwin.cpp index 1d48f3879..39d7e8afc 100644 --- a/kmreaderwin.cpp +++ b/kmreaderwin.cpp @@ -1604,7 +1604,7 @@ void KMReaderWin::slotAtmOpen() question += i18n("\n\nNote that opening an attachment may compromise your system's security!"); // TODO: buttons don't have the correct order, but "Save" should be default int choice = KMessageBox::warningYesNoCancel(this, question, - i18n("Open Attachment?"), i18n("Save to disk"), open_text, i18n("Cancel")); + i18n("Open Attachment?"), i18n("Save to disk"), open_text); if( choice == KMessageBox::Yes ) { // Save slotAtmSave(); } else if( choice == KMessageBox::No ) { // Open