plug-ins: add back some menu entries for plugins

So we see what we have. Need some other way of dealing with this stuff...
This commit is contained in:
Andrew Worsley 2015-10-28 21:38:55 +11:00 committed by Michael Natterer
parent cfa9132c4d
commit 455a91819b
4 changed files with 8 additions and 0 deletions

View File

@ -3039,6 +3039,8 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Render");
}
static gboolean

View File

@ -144,6 +144,8 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Enhance");
}
static void

View File

@ -96,6 +96,8 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Artistic");
}
static void

View File

@ -195,6 +195,8 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Map");
}
static void