diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-30 21:42:55 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-30 21:42:55 +0000 |
| commit | 03f92217ee2336adcbf9b1343ea03edac490ade5 (patch) | |
| tree | 54300e6b248f5b341d8de29649d4175edfae5742 /scribus/scplugin.cpp | |
| parent | 8f5f4c57942487fafbeced90e981810b20c809b5 (diff) | |
| download | scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.tar.gz scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.tar.xz scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.zip | |
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
Diffstat (limited to 'scribus/scplugin.cpp')
| -rw-r--r-- | scribus/scplugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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() |
