Replaced several Yes/No dialog buttons

svn path=/trunk/KDE/kdebase/kcontrol/; revision=432857
This commit is contained in:
Stephan Binner 2005-07-08 19:31:49 +00:00
parent bad04ad866
commit 5cdfe8100a

View file

@ -73,7 +73,7 @@ int main( int argc, char* argv[] )
"Do you wish to terminate this application? (All unsaved data in this application will be lost.)</qt>" )
.arg( appname ).arg( caption ).arg( pid ).arg( hostname );
app.updateUserTimestamp( timestamp );
if( KMessageBox::warningYesNoWId( id, question, "" ) == KMessageBox::Yes )
if( KMessageBox::warningYesNoWId( id, question, QString::null, i18n("Terminate"), i18n("Keep Running") ) == KMessageBox::Yes )
{
if( hostname != "localhost" )
{