Find File: reorder content related checkboxes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
fee4349ed8
Коммит
2f53c46279
@ -717,6 +717,10 @@ find_parameters (char **start_dir, ssize_t * start_dir_len,
|
||||
add_widget (find_dlg, skip_hidden_cbox);
|
||||
|
||||
/* 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);
|
||||
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);
|
||||
#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 =
|
||||
check_new (y2++, x2, options.content_first_hit, content_first_hit_label);
|
||||
add_widget (find_dlg, content_first_hit_cbox);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user