| 799 | } |
| 800 | |
| 801 | void SimpleSettingsTab::init_settings(HINSTANCE h_inst, HWND parent) { return Window::init(h_inst, parent); } |
| 802 | |
| 803 | void SimpleSettingsTab::update_controls(const Settings &settings, const SpellerContainer &speller_container) { |
| 804 | m_speller_cmb.set_current(settings.data.active_speller_lib_id); |