[Kst] extragear/graphics/kst/src/libkstapp
Eli Fidler
eli at staikos.net
Thu Mar 1 19:52:45 CET 2007
SVN commit 638377 by fidler:
remove Plugin Manager as it's no longer useful
re: bugs 141709, 141710, 141711
M +2 -1 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #638376:638377
@@ -747,13 +747,14 @@
SamplesFromEndAction->setWhatsThis(i18n("Read current data from end of file."));
/************/
+#if 0
PluginManagerAction = new KAction(i18n("&Plugins..."), 0, 0,
this, SLOT(showPluginManager()),
actionCollection(), "pluginmanager_action");
PluginManagerAction->setWhatsThis(i18n("Bring up a dialog box\n"
"to manage plugins."));
+#endif
-
/************/
ExtensionManagerAction = new KAction(i18n("&Extensions..."), 0, 0,
this, SLOT(showExtensionManager()),
More information about the Kst
mailing list