MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / store_selected_language_name

Method store_selected_language_name

src/ui/SettingsDialog.cpp:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void SettingsDialog::store_selected_language_name(int language_index) {
796 m_selected_language_name = language_index != -1
797 ? m_speller_container.active_speller().get_language_list()[language_index].orig_name
798 : multiple_language_alias;
799}
800
801void SimpleSettingsTab::init_settings(HINSTANCE h_inst, HWND parent) { return Window::init(h_inst, parent); }
802

Callers 1

run_dlg_procMethod · 0.80

Calls 1

get_language_listMethod · 0.45

Tested by

no test coverage detected