From 285ed33941fa09ed2b1f0d18d74117b73f5dfefd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:30 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- tools/spell/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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; -- cgit v1.2.1