summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/spellchecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/spellchecker.cpp')
-rw-r--r--plugins/SpellChecker/spellchecker.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/SpellChecker/spellchecker.cpp b/plugins/SpellChecker/spellchecker.cpp
index 6c81f480b5..fdccd20b49 100644
--- a/plugins/SpellChecker/spellchecker.cpp
+++ b/plugins/SpellChecker/spellchecker.cpp
@@ -25,14 +25,8 @@ Boston, MA 02111-1307, USA.
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
-#ifdef WIN64
- "Spell Checker (x64)",
-#elif UNICODE
- "Spell Checker (Unicode)",
-#else
- "Spell Checker (Ansi)",
-#endif
- PLUGIN_MAKE_VERSION(0,2,6,0),
+ "Spell Checker",
+ PLUGIN_MAKE_VERSION(0,2,6,0),
"Spell checker for the message windows. Uses Hunspell to do the checking.",
"Ricardo Pescuma Domenecci, FREAK_THEMIGHTY",
"pescuma@miranda-im.org",