[Kst] branches/work/kst/portto4/kst/src/libkstapp

Nicolas Brisset nicolas.brisset at eurocopter.com
Fri Jul 6 22:22:03 UTC 2012


SVN commit 1304398 by brisset:

Rename the "Close" File menu entry to "New Session", which is less confusing.
I checked that when there are unsaved changes the user gets a chance to save them :-)
BUG: 302288


 M  +2 -2      mainwindow.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1304397:1304398
@@ -940,8 +940,8 @@
   _saveAsAct->setIcon(QPixmap(":document-save-as.png"));
   connect(_saveAsAct, SIGNAL(triggered()), this, SLOT(saveAs()));
 
-  _closeAct = new QAction(tr("C&lose"), this);
-  _closeAct->setStatusTip(tr("Close current session"));
+  _closeAct = new QAction(tr("Ne&w Session"), this);
+  _closeAct->setStatusTip(tr("Close current session and start a new, empty one"));
   _closeAct->setIcon(QPixmap(":document-close.png"));
   connect(_closeAct, SIGNAL(triggered()), this, SLOT(newDoc()));
 


More information about the Kst mailing list