mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
Ticket #2462: "Search for content" checkbox is disabled by default.
"Search for content" checkbox in 'Find File' dialog should be enabled by default. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
462be175fd
commit
41758cc0e4
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user