mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-07 00:21:28 +03:00
Find files: checkbox 'Regular expression' for content search now default unchecked
This commit is contained in:
parent
af18cb326f
commit
9880d45123
@ -146,7 +146,7 @@ static gboolean file_all_charsets_flag = FALSE;
|
||||
static gboolean file_case_sentitive = TRUE;
|
||||
|
||||
static mc_search_t *search_content_handle = NULL;
|
||||
static gboolean content_regexp_flag = TRUE;
|
||||
static gboolean content_regexp_flag = FALSE;
|
||||
static gboolean content_all_charsets_flag = FALSE;
|
||||
static gboolean content_case_sensitive = TRUE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user