[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Fri Feb 11 14:19:56 CET 2011
SVN commit 1219928 by kuemmel:
better name for menu entry
M +2 -1 mainwindow.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1219927:1219928
@@ -322,11 +322,12 @@
submenu->clear();
QAction* check = new QAction(this);
- check->setText("&Check Files On Existence");
+ check->setText("Remove Non-Existent Files");
check->setData(key);
check->setVisible(true);
connect(check, SIGNAL(triggered()), this, SLOT(checkRecentFilesOnExistence()));
submenu->addAction(check);
+ submenu->addSeparator();
int i = 0;
foreach(const QString& it, recentFiles) {
i++;
More information about the Kst
mailing list