mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-16 03:52:49 +03:00
Find File: reorder content related checkboxes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fee4349ed8
commit
2f53c46279
@ -717,6 +717,10 @@ find_parameters (char **start_dir, ssize_t * start_dir_len,
|
|||||||
add_widget (find_dlg, skip_hidden_cbox);
|
add_widget (find_dlg, skip_hidden_cbox);
|
||||||
|
|
||||||
/* Continue 2nd column */
|
/* Continue 2nd column */
|
||||||
|
content_whole_words_cbox =
|
||||||
|
check_new (y2++, x2, options.content_whole_words, content_whole_words_label);
|
||||||
|
add_widget (find_dlg, content_whole_words_cbox);
|
||||||
|
|
||||||
content_regexp_cbox = check_new (y2++, x2, options.content_regexp, content_regexp_label);
|
content_regexp_cbox = check_new (y2++, x2, options.content_regexp, content_regexp_label);
|
||||||
add_widget (find_dlg, content_regexp_cbox);
|
add_widget (find_dlg, content_regexp_cbox);
|
||||||
|
|
||||||
@ -729,10 +733,6 @@ find_parameters (char **start_dir, ssize_t * start_dir_len,
|
|||||||
add_widget (find_dlg, content_all_charsets_cbox);
|
add_widget (find_dlg, content_all_charsets_cbox);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
content_whole_words_cbox =
|
|
||||||
check_new (y2++, x2, options.content_whole_words, content_whole_words_label);
|
|
||||||
add_widget (find_dlg, content_whole_words_cbox);
|
|
||||||
|
|
||||||
content_first_hit_cbox =
|
content_first_hit_cbox =
|
||||||
check_new (y2++, x2, options.content_first_hit, content_first_hit_label);
|
check_new (y2++, x2, options.content_first_hit, content_first_hit_label);
|
||||||
add_widget (find_dlg, content_first_hit_cbox);
|
add_widget (find_dlg, content_first_hit_cbox);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user