[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Jan 21 00:50:42 CET 2004
CVS commit by arwalker:
Removed the Edit Plots icon associated with several Edit items under the Data menu. These icons serve no purpose and only confuse the user.
M +6 -6 kst.cpp 1.68
--- kdeextragear-2/kst/kst/kst.cpp #1.67:1.68
@@ -286,5 +286,5 @@ void KstApp::initActions() {
/************/
- VectorDialogAction = new KAction(i18n("Edit &Vectors"), "kst_editplots", 0,
+ VectorDialogAction = new KAction(i18n("Edit &Vectors"), 0, 0,
KstVectorDialogI::globalInstance(),
SLOT(show_I()), actionCollection(),
@@ -294,5 +294,5 @@ void KstApp::initActions() {
/************/
- CurveDialogAction = new KAction(i18n("Edit &Curves"), "kst_editplots", 0,
+ CurveDialogAction = new KAction(i18n("Edit &Curves"), 0, 0,
KstCurveDialogI::globalInstance(),
SLOT(show_I()), actionCollection(),
@@ -302,5 +302,5 @@ void KstApp::initActions() {
/************/
- EqDialogAction = new KAction(i18n("Edit &Equations"), "kst_editplots", 0,
+ EqDialogAction = new KAction(i18n("Edit &Equations"), 0, 0,
KstEqDialogI::globalInstance(), SLOT(show_I()),
actionCollection(), "eqdialog_action");
@@ -309,5 +309,5 @@ void KstApp::initActions() {
/************/
- HsDialogAction = new KAction(i18n("Edit &Histograms"), "kst_editplots", 0,
+ HsDialogAction = new KAction(i18n("Edit &Histograms"), 0, 0,
KstHsDialogI::globalInstance(),
SLOT(show_I()), actionCollection(),
@@ -317,5 +317,5 @@ void KstApp::initActions() {
/************/
- PsdDialogAction = new KAction(i18n("Edit Power &Spectra"), "kst_editplots", 0,
+ PsdDialogAction = new KAction(i18n("Edit Power &Spectra"), 0, 0,
KstPsdDialogI::globalInstance(),
SLOT(show_I()), actionCollection(),
@@ -325,5 +325,5 @@ void KstApp::initActions() {
/************/
- PluginDialogAction = new KAction(i18n("Edit Plugins"), 0,0,
+ PluginDialogAction = new KAction(i18n("Edit Plugins"), 0, 0,
KstPluginDialogI::globalInstance(),
SLOT(show_I()), actionCollection(),
More information about the Kst
mailing list