logo       

KDE/kdelibs/kross/modules: msg#13023

kde-commits

Subject: KDE/kdelibs/kross/modules

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();

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise