diff options
author | Vlad Voicu <vladv@rosedu.org> | 2012-03-06 14:37:35 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-09 15:04:10 (GMT) |
commit | 7c868599331a7b4156c3572ba4f3dc75af57ce97 (patch) | |
tree | 37a2ce59535bb19dc5136f1f09da01e89290a44b /SwifTools | |
parent | 91f344444c54f11de132cf22a7ba323727104989 (diff) | |
download | swift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.zip swift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.tar.bz2 |
Moved the settings from main window to chat window, also added lots of small improvments
Diffstat (limited to 'SwifTools')
-rw-r--r-- | SwifTools/SpellCheckerFactory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SwifTools/SpellCheckerFactory.cpp b/SwifTools/SpellCheckerFactory.cpp index 9ac33cd..835cda9 100644 --- a/SwifTools/SpellCheckerFactory.cpp +++ b/SwifTools/SpellCheckerFactory.cpp @@ -19,7 +19,6 @@ SpellCheckerFactory::SpellCheckerFactory() { SpellChecker* SpellCheckerFactory::createSpellChecker(const char* affixPath, const char* dictPath) { #ifdef HAVE_HUNSPELL - std::cout << affixPath << std::endl << dictPath << std::endl; return new HunspellChecker(affixPath, dictPath); #endif return NULL; |