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

List:       kde-commits
Subject:    kdeadmin/kuser
From:       Stephan Binner <binner () kde ! org>
Date:       2004-07-10 18:36:28
Message-ID: 20040710183628.1661816B18 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

warningContinueCancel++


  M +2 -2      selectconn.cpp   1.7


--- kdeadmin/kuser/selectconn.cpp  #1.6:1.7
@@ -120,6 +120,6 @@ void SelectConn::slotUser1()
 {
   QString conn = connSelected();
-  if ( KMessageBox::questionYesNo( 0, i18n("Do you really want to delete the connection '%1' ?").
-    arg( conn ) ) == KMessageBox::No ) return;
+  if ( KMessageBox::warningContinueCancel( 0, i18n("Do you really want to delete the connection '%1'?").
+    arg( conn ),i18n("Delete Connection"),KStdGuiItem::del() ) == KMessageBox::Cancel ) return;
 
   kapp->sharedConfig()->deleteGroup( "connection-" + conn, true );


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

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