Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
160
    // At least some versions of qt4 don't display the status bar if
160
    // At least some versions of qt4 don't display the status bar if
161
    // it's not created here.
161
    // it's not created here.
162
    (void)statusBar();
162
    (void)statusBar();
163
163
164
    (void)new HelpClient(this);
164
    (void)new HelpClient(this);
165
    HelpClient::installMap((const char *)this->objectName().toUtf8(), "RCL.SEARCH.SIMPLE");
165
    HelpClient::installMap((const char *)this->objectName().toUtf8(),
166
                           "RCL.SEARCH.GUI.SIMPLE");
166
167
167
    // Set the focus to the search terms entry:
168
    // Set the focus to the search terms entry:
168
    sSearch->queryText->setFocus();
169
    sSearch->queryText->setFocus();
169
170
170
    enbSynAction->setDisabled(prefs.synFile.isEmpty());
171
    enbSynAction->setDisabled(prefs.synFile.isEmpty());