Merge branch '2462_find_content_enable_by_default'
* 2462_find_content_enable_by_default: Ticket #2462: "Search for content" checkbox is disabled by default.
Этот коммит содержится в:
Коммит
8f92ba1fcb
@ -278,7 +278,7 @@ find_load_options (void)
|
||||
mc_config_get_bool (mc_main_config, "FindFile", "file_skip_hidden", FALSE);
|
||||
options.file_all_charsets =
|
||||
mc_config_get_bool (mc_main_config, "FindFile", "file_all_charsets", FALSE);
|
||||
options.content_use = mc_config_get_bool (mc_main_config, "FindFile", "content_use", FALSE);
|
||||
options.content_use = mc_config_get_bool (mc_main_config, "FindFile", "content_use", TRUE);
|
||||
options.content_case_sens =
|
||||
mc_config_get_bool (mc_main_config, "FindFile", "content_case_sens", TRUE);
|
||||
options.content_regexp =
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user