plug-ins: get rid of icons in dialog buttons (use labels not stock IDs)

This commit is contained in:
Michael Natterer
2017-02-12 16:18:24 +01:00
parent 813ae8461c
commit 801bd8fb3f
83 changed files with 310 additions and 315 deletions

View File

@ -232,9 +232,9 @@ script_fu_interface (SFScript *script,
NULL, 0,
gimp_standard_help_func, script->name,
GIMP_STOCK_RESET, RESPONSE_RESET,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
_("_Reset"), RESPONSE_RESET,
_("_Cancel"), GTK_RESPONSE_CANCEL,
_("_OK"), GTK_RESPONSE_OK,
NULL);
g_free (title);