[Kst] branches/work/kst/portto4/kst/src/libkstapp
Nicolas Brisset
nicolas.brisset at eurocopter.com
Mon Feb 14 22:47:26 CET 2011
SVN commit 1220719 by brisset:
Make it clear that Change Data Sample Range opens another dialog
M +1 -1 mainwindow.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1220718:1220719
@@ -957,7 +957,7 @@
_pauseAct->setShortcut(QString("p"));
connect(_pauseAct, SIGNAL(toggled(bool)), this, SLOT(pause(bool)));
- _changeDataSampleDialogAct = new QAction(tr("Change Data &Sample Range"), this);
+ _changeDataSampleDialogAct = new QAction(tr("Change Data &Sample Range..."), this);
_changeDataSampleDialogAct->setStatusTip(tr("Show Kst's Change Data Sample Range Dialog"));
_changeDataSampleDialogAct->setIcon(QPixmap(":kst_changenpts.png"));
connect(_changeDataSampleDialogAct, SIGNAL(triggered()), this, SLOT(showChangeDataSampleDialog()));
More information about the Kst
mailing list