Skip to content

Commit

Permalink
Use project file patterns tooltip from #2356 in Find in Files dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Oct 18, 2019
1 parent 278de05 commit ba074de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,8 @@ static void create_fif_dialog(void)
entry = gtk_bin_get_child(GTK_BIN(fcombo));
ui_entry_add_clear_icon(GTK_ENTRY(entry));
gtk_entry_set_activates_default(GTK_ENTRY(entry), TRUE);
gtk_widget_set_tooltip_text(entry, _("File patterns, e.g. *.c *.h"));
gtk_widget_set_tooltip_text(entry,
_("Space separated list of file patterns (e.g. *.c *.h)"));
ui_hookup_widget(fif_dlg.dialog, entry, "entry_files");
fif_dlg.files_combo = fcombo;

Expand Down

0 comments on commit ba074de

Please sign in to comment.