In geanymacro/src/geanymacro.c:

> @@ -1387,21 +1386,26 @@ static void EditSearchOptions(GtkTreeModel *model,GtkTreeIter *iter)
>  	/* create dialog box */
>  	dialog=gtk_dialog_new_with_buttons(_("Search Options:"),
>  	                                   GTK_WINDOW(geany->main_widgets->window),
> -	                                   GTK_DIALOG_DESTROY_WITH_PARENT,NULL);
> +	                                   GTK_DIALOG_DESTROY_WITH_PARENT,
> +_("Ok"),

Mnemonic should not be removed (unless actually wanted)


Reply to this email directly or view it on GitHub.