[Github-comments] [geany-plugins] Macro plugin compatibility for both gtk2 and gtk3 [Needs Testing] (#352)
Colomban Wendling
notifications at xxxxx
Thu Feb 18 15:39:45 UTC 2016
> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160218/af1a1a0e/attachment.html>
More information about the Github-comments
mailing list