Skip to content

Commit

Permalink
Merge pull request #647 from konsolebox/master
Browse files Browse the repository at this point in the history
Use 'g' as mnemonic key for "Use multi-line matching" instead of 'l'.

Closes #589.
  • Loading branch information
b4n committed Sep 9, 2015
2 parents 8b767fe + 8253e2b commit 927b364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.c
Expand Up @@ -319,7 +319,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog)
_("Replace \\\\, \\t, \\n, \\r and \\uXXXX (Unicode characters) with the "
"corresponding control characters"));

check_multiline = gtk_check_button_new_with_mnemonic(_("Use multi-_line matching"));
check_multiline = gtk_check_button_new_with_mnemonic(_("Use multi-line matchin_g"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_multiline), FALSE);
gtk_widget_set_sensitive(check_multiline, FALSE);
ui_hookup_widget(dialog, check_multiline, "check_multiline");
Expand Down

0 comments on commit 927b364

Please sign in to comment.