app: Add gegl:channel-mixer to Color/Components

This commit is contained in:
Téo Mazars 2013-08-03 23:30:00 +02:00
parent 23bc1b255c
commit 8bad383a3b
3 changed files with 9 additions and 1 deletions

View File

@ -60,6 +60,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:cartoon",
NULL /* FIXME GIMP_HELP_FILTER_CARTOON */ },
{ "filters-channel-mixer", GIMP_STOCK_GEGL,
NC_("filters-action", "_Channel Mixer..."), NULL, NULL,
"gegl:channel-mixer",
NULL /* FIXME GIMP_HELP_FILTER_CHANNEL_MIXER */ },
{ "filters-checkerboard", GIMP_STOCK_GEGL,
NC_("filters-action", "_Checkerboard..."), NULL, NULL,
"gegl:checkerboard",

View File

@ -117,6 +117,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:antialias",
"gegl:c2g",
"gegl:cartoon",
"gegl:channel-mixer",
"gegl:checkerboard",
"gegl:color",
"gegl:color-reduction",

View File

@ -531,7 +531,9 @@
<menuitem action="drawable-equalize" />
<menuitem action="drawable-levels-stretch" />
</menu>
<menu action="colors-components-menu" name="Components" />
<menu action="colors-components-menu" name="Components">
<menuitem action="filters-channel-mixer" />
</menu>
<menu action="colors-desaturate-menu" name="Desaturate">
<menuitem action="filters-mono-mixer" />
<menuitem action="filters-c2g" />