summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/spellchecker.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-02 19:55:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-02 19:55:35 +0000
commit839847588d79b53441c55438eb028bd2966fb088 (patch)
tree5c32e2fc58177476b74a20066c2c302dcd0f265b /plugins/SpellChecker/src/spellchecker.cpp
parent2686f1005c9a2055a41486946e5722cf182a97b6 (diff)
forgotten flags in options
git-svn-id: http://svn.miranda-ng.org/main/trunk@2609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/spellchecker.cpp')
-rw-r--r--plugins/SpellChecker/src/spellchecker.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp
index f06de84fad..e4a6ec0855 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -102,8 +102,6 @@ static int IconsChanged(WPARAM wParam, LPARAM lParam)
static int PreShutdown(WPARAM wParam, LPARAM lParam)
{
- DeInitOptions();
-
if (ServiceExists(MS_MSG_REMOVEICON)) {
StatusIconData sid = { sizeof(sid) };
sid.szModule = MODULE_NAME;
@@ -164,7 +162,7 @@ static int ModulesLoaded(WPARAM wParam, LPARAM lParam)
SKINICONDESC sid = { sizeof(sid) };
sid.flags = SIDF_ALL_TCHAR | SIDF_SORTED;
- sid.ptszSection = _T("Spellchecker/Flags");
+ sid.ptszSection = _T("Spell Checker/Flags");
// Get language flags
for(int i = 0; i < languages.getCount(); i++) {