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

Peter Kümmel syntheticpp at gmx.net
Thu Feb 10 15:04:04 CET 2011


SVN commit 1219716 by kuemmel:

keyboard accelerator

 M  +1 -1      mainwindow.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1219715:1219716
@@ -1146,7 +1146,7 @@
   _fileMenu->addAction(_saveAct);
   _fileMenu->addAction(_saveAsAct);
   _fileMenu->addAction(_closeAct);
-  _recentFilesMenu = _fileMenu->addMenu(tr("Recent Files"));
+  _recentFilesMenu = _fileMenu->addMenu(tr("&Recent Files"));
   _fileMenu->addSeparator();
   // Reload, isolate it a bit from the other entries to avoid inadvertent triggering
   _fileMenu->addAction(_reloadAct);


More information about the Kst mailing list