> @@ -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"),
> + GTK_RESPONSE_OK,
> + _("Cancel"),ditto --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/352/files#r53330682
