mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
07ff7c7d6d
commit
65a65947d9
78 changed files with 366 additions and 365 deletions
|
@ -117,7 +117,7 @@ colorsel_cmyk_class_init (ColorselCmykClass *klass)
|
|||
|
||||
selector_class->name = _("CMYK");
|
||||
selector_class->help_id = "gimp-colorselector-cmyk";
|
||||
selector_class->icon_name = GTK_STOCK_PRINT; /* FIXME */
|
||||
selector_class->icon_name = "document-print"; /* FIXME */
|
||||
selector_class->set_color = colorsel_cmyk_set_color;
|
||||
selector_class->set_config = colorsel_cmyk_set_config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue