[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Tue Oct 26 20:20:32 CEST 2004
CVS commit by arwalker:
Get it in before the string freeze.
M +1 -1 kstviewwindow.cpp 1.42
--- kdeextragear-2/kst/kst/kstviewwindow.cpp #1.41:1.42
@@ -264,5 +264,5 @@ void KstViewWindow::closeEvent(QCloseEve
if (KstSettings::globalSettings()->promptWindowClose) {
if (view()->children().size()) {
- if (KMessageBox::warningYesNo(0L, i18n("Are you sure you want to close window '%1'? Closing a window deletes all plots in the window.").arg(caption())) == KMessageBox::Yes) {
+ if (KMessageBox::warningYesNo(0L, i18n("Are you sure you want to close window '%1'?\nClosing a window deletes all plots in the window.").arg(caption())) == KMessageBox::Yes) {
KMdiChildView::closeEvent(e);
} else {
More information about the Kst
mailing list