From 03f92217ee2336adcbf9b1343ea03edac490ade5 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 30 Apr 2012 21:42:55 +0000 Subject: Update hunspell plugin, plugin manager to allow SE to see plugins, scplugin to have SE plugin attributes git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17485 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/scplugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scribus/scplugin.cpp') diff --git a/scribus/scplugin.cpp b/scribus/scplugin.cpp index 2d0e870..a34aca1 100644 --- a/scribus/scplugin.cpp +++ b/scribus/scplugin.cpp @@ -100,6 +100,10 @@ ScActionPlugin::ScActionPlugin() : ScPlugin() m_actionInfo.firstObjectType.clear(); m_actionInfo.secondObjectType.clear(); m_actionInfo.enabledOnStartup = false; + m_actionInfo.enabledForStoryEditor = false; + m_actionInfo.seMenu = ""; + m_actionInfo.seParentMenu = ""; + m_actionInfo.seKeySequence = ""; } ScActionPlugin::~ScActionPlugin() -- cgit