[Kst] [Bug 143857] Save Data menu item does not appear to do anything
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Fri Apr 6 03:47:36 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=143857
------- Additional Comments From netterfield astro utoronto ca 2007-04-06 03:47 -------
SVN commit 650986 by netterfield:
saveData uses a check box, not an icon.
Reviewed by Andrew
CCBUG: 143857
M +2 -2 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #650985:650986
@ -420,8 +420,8 @
connect(PauseAction, SIGNAL(toggled(bool)), this, SLOT(updatePausedState(bool)));
/************/
- _saveData = new KToggleAction(i18n("Save Da&ta"),"save_vector_data", 0,
- actionCollection(), "save_vector_data");
+ _saveData = new KToggleAction(i18n("Save Da&ta"), 0,0,0,0,
+ actionCollection(), "save_vector_data");
_saveData->setToolTip(i18n("Save Vector Data To Disk"));
_saveData->setWhatsThis(i18n("When selected, data in vectors will be saved into the Kst file."));
More information about the Kst
mailing list