From 58ba06eb9d9a354952ed9a8b42607c5242460660 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 26 Nov 2009 07:15:17 +0000 Subject: [PATCH] spell tool must be created even is USE_ASPELL is undefined --- src/qtgui/rclmain_w.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 7ed7dd85..bbe05234 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -258,12 +258,8 @@ void RclMain::init() this, SLOT(showAdvSearchDialog())); connect(toolsSort_parametersAction, SIGNAL(activated()), this, SLOT(showSortDialog())); -#ifdef RCL_USE_ASPELL connect(toolsSpellAction, SIGNAL(activated()), this, SLOT(showSpellDialog())); -#else - toolsSpellAction->setEnabled(FALSE); -#endif connect(indexConfigAction, SIGNAL(activated()), this, SLOT(showIndexConfig())); connect(queryPrefsAction, SIGNAL(activated()), this, SLOT(showUIPrefs()));