mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
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:
parent
181f2de941
commit
dda54c1df8
251 changed files with 2748 additions and 2389 deletions
|
@ -229,7 +229,7 @@ controller_linux_input_class_init (ControllerLinuxInputClass *klass)
|
|||
|
||||
controller_class->name = _("Linux Input");
|
||||
controller_class->help_id = "gimp-controller-linux-input";
|
||||
controller_class->icon_name = GIMP_STOCK_CONTROLLER_LINUX_INPUT;
|
||||
controller_class->icon_name = GIMP_ICON_CONTROLLER_LINUX_INPUT;
|
||||
|
||||
controller_class->get_n_events = linux_input_get_n_events;
|
||||
controller_class->get_event_name = linux_input_get_event_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue