Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 08 Aug 2016 19:39:51 UTC Commit: c354384c3a466b5416a0ce4603f0dd9e9399c829 https://github.com/geany/geany/commit/c354384c3a466b5416a0ce4603f0dd9e9399c8...
Log Message: ----------- search: Fix the tooltip to mention PCRE, not POSIX regular expressions
Modified Paths: -------------- src/search.c
Modified: src/search.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -308,7 +308,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog) check_regexp = gtk_check_button_new_with_mnemonic(_("_Use regular expressions")); ui_hookup_widget(dialog, check_regexp, "check_regexp"); gtk_button_set_focus_on_click(GTK_BUTTON(check_regexp), FALSE); - gtk_widget_set_tooltip_text(check_regexp, _("Use POSIX-like regular expressions. " + gtk_widget_set_tooltip_text(check_regexp, _("Use PCRE regular expressions. " "For detailed information about using regular expressions, please read the documentation.")); g_signal_connect(check_regexp, "toggled", G_CALLBACK(on_find_replace_checkbutton_toggled), dialog);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).