Switch to unified view

a/src/qtgui/rclm_wins.cpp b/src/qtgui/rclm_wins.cpp
...
...
247
    connect(this, SIGNAL(stemLangChanged(const QString&)), 
247
    connect(this, SIGNAL(stemLangChanged(const QString&)), 
248
        uiprefs, SLOT(setStemLang(const QString&)));
248
        uiprefs, SLOT(setStemLang(const QString&)));
249
    } else {
249
    } else {
250
    // Close and reopen, in hope that makes us visible...
250
    // Close and reopen, in hope that makes us visible...
251
    uiprefs->close();
251
    uiprefs->close();
252
        rwSettings(false);
253
        uiprefs->setFromPrefs();
252
    }
254
    }
253
    uiprefs->show();
255
    uiprefs->show();
254
}
256
}
255
257
256
void RclMain::showExtIdxDialog()
258
void RclMain::showExtIdxDialog()