Make Value Invert use the invert icon rather than the stock GEGL one

This commit is contained in:
Alexandre Prokoudine 2017-12-27 03:13:50 +03:00
parent 9724d7989d
commit 62cf942c46
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:invert-gamma",
GIMP_HELP_FILTER_INVERT_PERCEPTUAL },
{ "filters-invert-value", GIMP_ICON_GEGL,
{ "filters-invert-value", GIMP_ICON_INVERT,
NC_("filters-action", "_Value Invert"), NULL, NULL,
"gegl:value-invert",
GIMP_HELP_FILTER_INVERT_VALUE },