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:
Michael Natterer 2014-05-11 22:49:22 +02:00
parent 07ff7c7d6d
commit 65a65947d9
78 changed files with 366 additions and 365 deletions

View file

@ -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;
}