spelling: toggle (#3749)

This commit is contained in:
Josh Soref
2020-05-26 14:12:20 -04:00
committed by GitHub
parent 85f7d19eb2
commit 30dff09d7e
14 changed files with 69 additions and 69 deletions

View File

@@ -204,12 +204,12 @@ public:
// Link to the GitHub PowerRename sub-page
settings.set_overview_link(GET_RESOURCE_STRING(IDS_OVERVIEW_LINK));
settings.add_bool_toogle(
settings.add_bool_toggle(
L"bool_persist_input",
GET_RESOURCE_STRING(IDS_RESTORE_SEARCH),
CSettingsInstance().GetPersistState());
settings.add_bool_toogle(
settings.add_bool_toggle(
L"bool_mru_enabled",
GET_RESOURCE_STRING(IDS_ENABLE_AUTO),
CSettingsInstance().GetMRUEnabled());
@@ -222,12 +222,12 @@ public:
20,
1);
settings.add_bool_toogle(
settings.add_bool_toggle(
L"bool_show_icon_on_menu",
GET_RESOURCE_STRING(IDS_ICON_CONTEXT_MENU),
CSettingsInstance().GetShowIconOnMenu());
settings.add_bool_toogle(
settings.add_bool_toggle(
L"bool_show_extended_menu",
GET_RESOURCE_STRING(IDS_EXTENDED_MENU_INFO),
CSettingsInstance().GetExtendedContextMenuOnly());