summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/SpellChecker/src/spellchecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp
index 0c7fdba566..3a2eb978a2 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -37,6 +37,8 @@ BITMAP bmpChecked;
BOOL loaded = FALSE;
+static bool bComInited = false;
+
/////////////////////////////////////////////////////////////////////////////////////////
static int CompareDicts(const Dictionary *p1, const Dictionary *p2)
@@ -205,8 +207,6 @@ static int ModulesLoaded(WPARAM, LPARAM)
////////////////////////////////////////////////////////////////////////////////////////
-static bool bComInited = false;
-
static IconItem iconList[] =
{
{ LPGEN("Enabled"), "spellchecker_enabled", IDI_CHECK },