[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Tue Oct 11 22:47:31 CEST 2005


SVN commit 469645 by staikos:

Remove the Close menu item.  It doesn't make sense in MDI.
BUG: 112494


 M  +0 -3      kst.cpp  


--- trunk/extragear/graphics/kst/kst/kst.cpp #469644:469645
@@ -380,9 +380,6 @@
   fileSaveAs = KStdAction::saveAs(this, SLOT(slotFileSaveAs()), actionCollection());
   fileSaveAs->setWhatsThis(i18n("Save to new Kst plot file."));
 
-  fileClose = KStdAction::close(this, SLOT(slotFileNew()), actionCollection());
-  fileClose->setWhatsThis(i18n("Close current Kst plot file."));
-
   fileQuit = KStdAction::quit(this, SLOT(slotFileClose()), actionCollection());
   fileQuit->setWhatsThis(i18n("Quit Kst."));
 


More information about the Kst mailing list