app, libgimp: replace GTK_STOCK_FOO by icon names
unless it's a stock ID used for an action button, will address that later.
This commit is contained in:
@ -59,7 +59,7 @@ image_properties_dialog_new (GimpImage *image,
|
||||
dialog = gimp_viewable_dialog_new (GIMP_VIEWABLE (image), context,
|
||||
_("Image Properties"),
|
||||
"gimp-image-properties",
|
||||
GTK_STOCK_INFO,
|
||||
"dialog-information",
|
||||
_("Image Properties"),
|
||||
parent,
|
||||
gimp_standard_help_func,
|
||||
|
||||
Reference in New Issue
Block a user