diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/spell/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spell/main.cc b/tools/spell/main.cc index f8baf9eb..564f6662 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cc @@ -52,7 +52,7 @@ SpellChecker::SpellChecker( TQObject* parent, const char* name, const TQStringLi bool SpellChecker::run( const TQString& command, void* data, const TQString& datatype, const TQString& mimetype ) { - if ( command != "spellcheck" ) + if ( command != "tools-check-spelling" ) { kdDebug(31000) << "SpellChecker does only accept the command 'spellcheck'" << endl; kdDebug(31000) << " The commands " << command << " is not accepted" << endl; |