Replaced several Yes/No dialog buttons
svn path=/trunk/KDE/kdebase/kcontrol/; revision=432857
This commit is contained in:
parent
bad04ad866
commit
5cdfe8100a
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue