plug-ins: get rid of icons in dialog buttons (use labels not stock IDs)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user