[Kst] extragear/graphics/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Fri Apr 6 03:47:32 CEST 2007


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