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:
@ -127,7 +127,7 @@ offset_dialog_new (GimpDrawable *drawable,
|
||||
|
||||
dialog = gimp_viewable_dialog_new (GIMP_VIEWABLE (drawable), context,
|
||||
_("Offset"), "gimp-drawable-offset",
|
||||
GIMP_STOCK_TOOL_MOVE,
|
||||
GIMP_ICON_TOOL_MOVE,
|
||||
title,
|
||||
parent,
|
||||
gimp_standard_help_func,
|
||||
|
||||
Reference in New Issue
Block a user