a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
189
        curid = id;
189
        curid = id;
190
    }
190
    }
191
    }
191
    }
192
    curid->setChecked(true);
192
    curid->setChecked(true);
193
193
194
    m_toolsTB = new QToolBar(this);
194
    m_toolsTB = new QToolBar(tr("Tools"), this);
195
    m_toolsTB->setObjectName(QString::fromUtf8("m_toolsTB"));
195
    m_toolsTB->setObjectName(QString::fromUtf8("m_toolsTB"));
196
    m_toolsTB->addAction(toolsAdvanced_SearchAction);
196
    m_toolsTB->addAction(toolsAdvanced_SearchAction);
197
    m_toolsTB->addAction(toolsDoc_HistoryAction);
197
    m_toolsTB->addAction(toolsDoc_HistoryAction);
198
    m_toolsTB->addAction(toolsSpellAction);
198
    m_toolsTB->addAction(toolsSpellAction);
199
    m_toolsTB->addAction(actionQuery_Fragments);
199
    m_toolsTB->addAction(actionQuery_Fragments);
200
    this->addToolBar(int2area(prefs.toolArea), m_toolsTB);
200
    this->addToolBar(int2area(prefs.toolArea), m_toolsTB);
201
201
202
    m_resTB = new QToolBar(this);
202
    m_resTB = new QToolBar(tr("Results"), this);
203
    m_resTB->setObjectName(QString::fromUtf8("m_resTB"));
203
    m_resTB->setObjectName(QString::fromUtf8("m_resTB"));
204
    this->addToolBar(int2area(prefs.resArea), m_resTB);
204
    this->addToolBar(int2area(prefs.resArea), m_resTB);
205
205
206
    // Document filter buttons and combobox
206
    // Document filter buttons and combobox
207
    // Combobox version of the document filter control
207
    // Combobox version of the document filter control