[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Dec 23 06:34:43 CET 2003
CVS commit by staikos:
Oh dear, did he really try to draw another icon? Yes, yes he did. Clearly
needs to be replaced by someone who knows how to draw.
A kst_datamode.png 1.1
M +1 -1 Makefile.am 1.55
M +1 -1 kst.cpp 1.61
--- kdeextragear-2/kst/kst/Makefile.am #1.54:1.55
@@ -113,5 +113,5 @@
kst_changefile.png kst_changenpts.png kst_editplots.png \
kst_datamanager.png kst_back.png kst_advance.png kst_quickcurves.png \
- kst_quickpsd.png kst_graphfile.png
+ kst_quickpsd.png kst_graphfile.png kst_datamode.png
# set the include path for X, qt and KDE
--- kdeextragear-2/kst/kst/kst.cpp #1.60:1.61
@@ -393,5 +393,5 @@ void KstApp::initActions() {
actionCollection(), "pluginmanager_action");
- DataMode = new KToggleAction(i18n("DataMode"), 0, 0,
+ DataMode = new KToggleAction(i18n("DataMode"), "kst_datamode", 0,
this, SLOT(toggleDataMode()),
actionCollection(), "datamode_action");
More information about the Kst
mailing list