[Kst] extragear/graphics/kst/src/widgets
Andrew Walker
arwalker at sumusltd.com
Tue Feb 28 19:48:19 CET 2006
SVN commit 514560 by arwalker:
Enter KMessageBox parameters in the correct order.
M +2 -2 scalarselector.ui.h
--- trunk/extragear/graphics/kst/src/widgets/scalarselector.ui.h #514559:514560
@@ -84,7 +84,7 @@
setSelection(s);
_editScalar->setEnabled(true);
} else {
- KMessageBox::sorry(this, tr("Kst"), tr("Error saving your new scalar."));
+ KMessageBox::sorry(this, tr("Error saving your new scalar."), tr("Kst"));
}
}
@@ -146,7 +146,7 @@
_editScalar->setEnabled(true);
}
} else {
- KMessageBox::sorry(this, tr("Kst"), tr("Error saving your new scalar."));
+ KMessageBox::sorry(this, tr("Error saving your new scalar."), tr("Kst"));
}
}
More information about the Kst
mailing list