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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kmail
From:       Stephan Binner <binner () kde ! org>
Date:       2005-10-14 9:19:35
Message-ID: 1129281575.481471.4813.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 470528 by binner:

warningContinueCancel() for delete confirmation


 M  +3 -3      managesievescriptsdialog.cpp  


--- branches/KDE/3.5/kdepim/kmail/managesievescriptsdialog.cpp #470527:470528
@@ -230,10 +230,10 @@
 
   u.setFileName( mContextMenuItem->text( 0 ) );
 
-  if ( KMessageBox::questionYesNo( this, i18n( "Really delete script \"%1\" from the \
server?" ).arg( u.fileName() ), +  if ( KMessageBox::warningContinueCancel( this, \
                i18n( "Really delete script \"%1\" from the server?" ).arg( \
                u.fileName() ),
                                    i18n( "Delete Sieve Script Confirmation" ),
-                                   KStdGuiItem::del(), KStdGuiItem::cancel() )
-       != KMessageBox::Yes )
+                                   KStdGuiItem::del() )
+       != KMessageBox::Continue )
     return;
 
   SieveJob * job = SieveJob::del( u );


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

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