Deprecate stock items for good and change all icon defines to GIMP_ICON_*
Try to sort all GIMP_ICON_* defines into FDO categories like in https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html Add defines for all icons we override, rename some icons to their FDO standard names, and mark the ones we duplicate with a comment so we don't forget to rename those to standard names in 3.0.
This commit is contained in:
@ -90,7 +90,7 @@ gimp_controller_class_init (GimpControllerClass *klass)
|
||||
klass->name = "Unnamed";
|
||||
klass->help_domain = NULL;
|
||||
klass->help_id = NULL;
|
||||
klass->icon_name = GIMP_STOCK_CONTROLLER;
|
||||
klass->icon_name = GIMP_ICON_CONTROLLER;
|
||||
|
||||
klass->get_n_events = NULL;
|
||||
klass->get_event_name = NULL;
|
||||
|
||||
Reference in New Issue
Block a user