|
KDE/kdelibs/kross/modules: msg#13023kde-commits
SVN commit 1005308 by winterz: give the FormProgressDialog a title "Cancel?" which formely was "Abort?" but was mistakenly removed entirely in the last commit. M +1 -1 form.cpp --- trunk/KDE/kdelibs/kross/modules/form.cpp #1005307:1005308 @@ -300,7 +300,7 @@ void FormProgressDialog::done(int r) { if( r == Rejected && ! d->gotCanceled ) { - if( KMessageBox::messageBox(this, KMessageBox::WarningContinueCancel) == KMessageBox::Continue ) { + if( KMessageBox::messageBox(this, KMessageBox::WarningContinueCancel, i18n("Cancel?")) == KMessageBox::Continue ) { d->gotCanceled = true; enableButton(KDialog::Cancel, false); emit canceled();
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |