Branch: refs/heads/master Author: Nick Treleaven n@trelsoft.com Committer: Nick Treleaven n@trelsoft.com Date: Fri, 18 Oct 2019 12:01:17 UTC Commit: ba074dedf840f2c0ea8c098ffcec9755f502a2e0 https://github.com/geany/geany/commit/ba074dedf840f2c0ea8c098ffcec9755f502a2...
Log Message: ----------- Use project file patterns tooltip from #2356 in Find in Files dialog
Modified Paths: -------------- src/search.c
Modified: src/search.c 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -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;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).