From 2935a320f708f2016d0fdbd54cf35ef3b55b9e6c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 4 Mar 2003 23:21:09 +0000 Subject: [PATCH] plug-ins/common/compose.c plug-ins/common/decompose.c plug-ins/fp/fp.c 2003-03-05 Sven Neumann * 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. --- ChangeLog | 11 +++++++++++ app/gui/image-menu.c | 2 -- app/menus/image-menu.c | 2 -- plug-ins/common/compose.c | 2 +- plug-ins/common/decompose.c | 2 +- plug-ins/common/fp.c | 2 +- plug-ins/fp/fp.c | 2 +- plug-ins/rcm/rcm.c | 2 +- 8 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6545d26b02..49cc3d51ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-03-05 Sven Neumann + + * 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 Based on suggestions by Michael J. Hammel : diff --git a/app/gui/image-menu.c b/app/gui/image-menu.c index 5d4d9053ef..ec2981a001 100644 --- a/app/gui/image-menu.c +++ b/app/gui/image-menu.c @@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] = NULL, "image/mode/dialogs/convert_to_indexed.html", NULL }, - MENU_SEPARATOR ("/Image/Mode/---"), - /* /Image/Transform */ MENU_BRANCH (N_("/Image/Transform")), diff --git a/app/menus/image-menu.c b/app/menus/image-menu.c index 5d4d9053ef..ec2981a001 100644 --- a/app/menus/image-menu.c +++ b/app/menus/image-menu.c @@ -436,8 +436,6 @@ GimpItemFactoryEntry image_menu_entries[] = NULL, "image/mode/dialogs/convert_to_indexed.html", NULL }, - MENU_SEPARATOR ("/Image/Mode/---"), - /* /Image/Transform */ MENU_BRANCH (N_("/Image/Transform")), diff --git a/plug-ins/common/compose.c b/plug-ins/common/compose.c index c52b8d5fb1..94050388ae 100644 --- a/plug-ins/common/compose.c +++ b/plug-ins/common/compose.c @@ -254,7 +254,7 @@ query (void) "Peter Kirchgessner", "Peter Kirchgessner (peter@kirchgessner.net)", "1997", - N_("/Image/Mode/Compose..."), + N_("/Filters/Colors/Compose..."), "GRAY*", GIMP_PLUGIN, G_N_ELEMENTS (args), diff --git a/plug-ins/common/decompose.c b/plug-ins/common/decompose.c index 184f359de4..8bbb9690df 100644 --- a/plug-ins/common/decompose.c +++ b/plug-ins/common/decompose.c @@ -226,7 +226,7 @@ query (void) "Peter Kirchgessner", "Peter Kirchgessner (peter@kirchgessner.net)", "1997", - N_("/Image/Mode/Decompose..."), + N_("/Filters/Colors/Decompose..."), "RGB*", GIMP_PLUGIN, G_N_ELEMENTS (args), diff --git a/plug-ins/common/fp.c b/plug-ins/common/fp.c index 75b7ebc9db..a7a3ad9df4 100644 --- a/plug-ins/common/fp.c +++ b/plug-ins/common/fp.c @@ -89,7 +89,7 @@ query (void) "Pavel Grinfeld (pavel@ml.com)", "Pavel Grinfeld (pavel@ml.com)", "27th March 1997", - N_("/Layer/Colors/Filter Pack..."), + N_("/Filters/Colors/Filter Pack..."), "RGB*", GIMP_PLUGIN, G_N_ELEMENTS (args), 0, diff --git a/plug-ins/fp/fp.c b/plug-ins/fp/fp.c index 75b7ebc9db..a7a3ad9df4 100644 --- a/plug-ins/fp/fp.c +++ b/plug-ins/fp/fp.c @@ -89,7 +89,7 @@ query (void) "Pavel Grinfeld (pavel@ml.com)", "Pavel Grinfeld (pavel@ml.com)", "27th March 1997", - N_("/Layer/Colors/Filter Pack..."), + N_("/Filters/Colors/Filter Pack..."), "RGB*", GIMP_PLUGIN, G_N_ELEMENTS (args), 0, diff --git a/plug-ins/rcm/rcm.c b/plug-ins/rcm/rcm.c index e3f9a67de1..89a97cdc68 100644 --- a/plug-ins/rcm/rcm.c +++ b/plug-ins/rcm/rcm.c @@ -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_("/Layer/Colors/Colormap Rotation..."), + N_("/Filters/Colors/Map/Colormap Rotation..."), "RGB*", GIMP_PLUGIN, G_N_ELEMENTS (args), 0,