plugins: Effectively fix wrong names in compatibility wrappers

plugin_compat_cmds.c is a generated file
This commit is contained in:
Téo Mazars 2013-07-30 07:22:10 +02:00
parent 7a01ecf3cd
commit fc6c605cd5
1 changed files with 3 additions and 3 deletions

View File

@ -523,7 +523,7 @@ HELP
{
GeglNode *node =
gegl_node_new_child (NULL,
"operation", "gegl:pixelise",
"operation", "gegl:pixelize",
"size-x", pixel_width,
"size-y", pixel_width,
NULL);
@ -574,7 +574,7 @@ HELP
{
GeglNode *node =
gegl_node_new_child (NULL,
"operation", "gegl:pixelise",
"operation", "gegl:pixelize",
"size-x", pixel_width,
"size-y", pixel_height,
NULL);
@ -631,7 +631,7 @@ HELP
{
GeglNode *node =
gegl_node_new_child (NULL,
"operation", "gegl:polar-coords",
"operation", "gegl:polar-coordinates",
"depth", circle,
"angle", angle,
"bw", backwards, /* XXX name */