Make it possible to cancel the paste.

svn path=/trunk/KDE/kdepim/; revision=702359
wilder-work
Till Adam 19 years ago
parent 9466966cc2
commit a75376e43a
  1. 2
      kmcomposewin.cpp

@ -3622,7 +3622,7 @@ void KMComposeWin::slotPaste()
const QString text = i18n("Please select whether you want to insert the content as text into the editor, "
"or append the referenced file as an attachment.");
const QString caption = i18n("Paste as text or attachment?");
int id = KMessageBox::questionYesNo( this, text, caption,
int id = KMessageBox::questionYesNoCancel( this, text, caption,
KGuiItem( asText ),
KGuiItem( asAttachment) );
switch ( id) {

Loading…
Cancel
Save