plug-ins/FractalExplorer/FractalExplorer.c

2004-05-07  Michael Natterer  <mitch@gimp.org>

	* plug-ins/FractalExplorer/FractalExplorer.c
	* plug-ins/Lighting/lighting_main.c
	* plug-ins/MapObject/mapobject_main.c
	* plug-ins/dbbrowser/dbbrowser.c
	* plug-ins/flame/flame.c
	* plug-ins/gimpressionist/gimp.c
	* plug-ins/ifscompose/ifscompose.c
	* plug-ins/imagemap/imap_main.c
	* plug-ins/maze/maze.c
	* plug-ins/pagecurl/pagecurl.c
	* plug-ins/print/print.c
	* plug-ins/rcm/rcm.c
	* plug-ins/winsnap/winsnap.c
	* plug-ins/common/[g-z]*.c: use gimp_plugin_menu_register(). Some
	formatting cleanups in some query() functions.
This commit is contained in:
Michael Natterer
2004-05-07 13:15:52 +00:00
committed by Michael Natterer
parent 9b7196a0b7
commit bbeef1a8d2
81 changed files with 674 additions and 374 deletions

View File

@ -3103,9 +3103,14 @@ query (void)
"Vidar Madsen",
"Vidar Madsen",
"1999",
N_("<Image>/Filters/Render/Sphere _Designer..."),
N_("Sphere _Designer..."),
"RGB*, GRAY*",
GIMP_PLUGIN, G_N_ELEMENTS (args), 0, args, NULL);
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);
gimp_plugin_menu_register ("plug_in_spheredesigner",
N_("<Image>/Filters/Render"));
}
static gboolean