plug-ins/common/compose.c plug-ins/common/decompose.c plug-ins/fp/fp.c

2003-03-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/compose.c
	* plug-ins/common/decompose.c
	* plug-ins/fp/fp.c
	* plug-ins/rcm/rcm.c: moved these plug-ins to the Filters menu
	(fixes bug #107587).

	* app/gui/image-menu.c (image_menu_entries): removed a menu
	separator which is not needed any longer.
This commit is contained in:
Sven Neumann 2003-03-04 23:21:09 +00:00 committed by Sven Neumann
parent a1cd2b1622
commit 2935a320f7
8 changed files with 16 additions and 9 deletions

View File

@ -1,3 +1,14 @@
2003-03-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/compose.c
* plug-ins/common/decompose.c
* plug-ins/fp/fp.c
* plug-ins/rcm/rcm.c: moved these plug-ins to the Filters menu
(fixes bug #107587).
* app/gui/image-menu.c (image_menu_entries): removed a menu
separator which is not needed any longer.
2003-03-04 Sven Neumann <sven@gimp.org>
Based on suggestions by Michael J. Hammel <mjhammel@graphics-muse.org>:

View File

@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] =
NULL,
"image/mode/dialogs/convert_to_indexed.html", NULL },
MENU_SEPARATOR ("/Image/Mode/---"),
/* <Image>/Image/Transform */
MENU_BRANCH (N_("/Image/Transform")),

View File

@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] =
NULL,
"image/mode/dialogs/convert_to_indexed.html", NULL },
MENU_SEPARATOR ("/Image/Mode/---"),
/* <Image>/Image/Transform */
MENU_BRANCH (N_("/Image/Transform")),

View File

@ -254,7 +254,7 @@ query (void)
"Peter Kirchgessner",
"Peter Kirchgessner (peter@kirchgessner.net)",
"1997",
N_("<Image>/Image/Mode/Compose..."),
N_("<Image>/Filters/Colors/Compose..."),
"GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (args),

View File

@ -226,7 +226,7 @@ query (void)
"Peter Kirchgessner",
"Peter Kirchgessner (peter@kirchgessner.net)",
"1997",
N_("<Image>/Image/Mode/Decompose..."),
N_("<Image>/Filters/Colors/Decompose..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args),

View File

@ -89,7 +89,7 @@ query (void)
"Pavel Grinfeld (pavel@ml.com)",
"Pavel Grinfeld (pavel@ml.com)",
"27th March 1997",
N_("<Image>/Layer/Colors/Filter Pack..."),
N_("<Image>/Filters/Colors/Filter Pack..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -89,7 +89,7 @@ query (void)
"Pavel Grinfeld (pavel@ml.com)",
"Pavel Grinfeld (pavel@ml.com)",
"27th March 1997",
N_("<Image>/Layer/Colors/Filter Pack..."),
N_("<Image>/Filters/Colors/Filter Pack..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -110,7 +110,7 @@ query (void)
"Sven Anders (anderss@fmi.uni-passau.de) and Pavel Grinfeld (pavel@ml.com)",
"Sven Anders (anderss@fmi.uni-passau.de)",
"04th April 1999",
N_("<Image>/Layer/Colors/Colormap Rotation..."),
N_("<Image>/Filters/Colors/Map/Colormap Rotation..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,