Fix variables for the new icons

This commit is contained in:
Alexandre Prokoudine 2017-12-27 07:49:11 +03:00
parent eef98376dd
commit c281fca1c0
2 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,7 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:color-rotate",
GIMP_HELP_FILTER_COLOR_ROTATE },
{ "filters-color-temperature", GIMP_STOCK_TOOL_COLOR_TEMPERATURE,
{ "filters-color-temperature", GIMP_ICON_TOOL_COLOR_TEMPERATURE,
NC_("filters-action", "Color T_emperature..."), NULL, NULL,
"gegl:color-temperature",
GIMP_HELP_FILTER_COLOR_TEMPERATURE },

View File

@ -325,6 +325,7 @@ G_BEGIN_DECLS
#define GIMP_ICON_TOOL_COLORIZE "gimp-tool-colorize"
#define GIMP_ICON_TOOL_COLOR_BALANCE "gimp-tool-color-balance"
#define GIMP_ICON_TOOL_COLOR_PICKER "gimp-tool-color-picker"
#define GIMP_ICON_TOOL_COLOR_TEMPERATURE "gimp-tool-color-temperature"
#define GIMP_ICON_TOOL_CROP "gimp-tool-crop"
#define GIMP_ICON_TOOL_CURVES "gimp-tool-curves"
#define GIMP_ICON_TOOL_DESATURATE "gimp-tool-desaturate"