From 83fcea4301e768b93a277e9bc7585a153791ba45 Mon Sep 17 00:00:00 2001 From: Carol Spears Date: Sun, 25 Sep 2005 22:39:30 +0000 Subject: [PATCH] plug-ins/common/max_rgb.c moved menu entry from Colors to Colors/Modify. 2005-09-25 Carol Spears * plug-ins/common/max_rgb.c moved menu entry from Colors to Colors/Modify. * plug-ins/common/borderaverage.c moved menu entry from Colors to Colors/Info and added some vital information to the registration information. * plug-ins/common/channel_mixer.c moved menu entry from Colors to Colors/Modify. * plug-ins/common/colorify.c moved menu entry from Colors to Colors/Modify. * plug-ins/common/fp.c moved menu entry from Colors to Colors/Modify. * plug-ins/common/retinex.c moved menu entry from Colors to Colors/Modify. --- ChangeLog | 21 +++++++++++++++++++++ plug-ins/common/borderaverage.c | 4 ++-- plug-ins/common/channel_mixer.c | 2 +- plug-ins/common/colorify.c | 2 +- plug-ins/common/fp.c | 2 +- plug-ins/common/max_rgb.c | 2 +- plug-ins/common/retinex.c | 2 +- 7 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d356e7dc2d..ba91ccc7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2005-09-25 Carol Spears + + * plug-ins/common/max_rgb.c moved menu entry from Colors to + Colors/Modify. + + * plug-ins/common/borderaverage.c moved menu entry from Colors to + Colors/Info and added some vital information to the registration + information. + + * plug-ins/common/channel_mixer.c moved menu entry from Colors to + Colors/Modify. + + * plug-ins/common/colorify.c moved menu entry from Colors to + Colors/Modify. + + * plug-ins/common/fp.c moved menu entry from Colors to + Colors/Modify. + + * plug-ins/common/retinex.c moved menu entry from Colors to + Colors/Modify. + 2005-09-26 Michael Natterer * plug-ins/script-fu/scripts/fade-outline.scm: renamed to diff --git a/plug-ins/common/borderaverage.c b/plug-ins/common/borderaverage.c index 5129689654..22f3aa00fb 100644 --- a/plug-ins/common/borderaverage.c +++ b/plug-ins/common/borderaverage.c @@ -92,7 +92,7 @@ query (void) }; static GimpParamDef return_vals[] = { - { GIMP_PDB_COLOR, "borderaverage", "The average color of the specified border" }, + { GIMP_PDB_COLOR, "borderaverage", "Sends the average color of the specified border to the Toolbox foreground." }, }; gimp_install_procedure (PLUG_IN_PROC, @@ -108,7 +108,7 @@ query (void) G_N_ELEMENTS (return_vals), args, return_vals); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Info"); } static void diff --git a/plug-ins/common/channel_mixer.c b/plug-ins/common/channel_mixer.c index cf969fa5bc..aaa5a663ee 100644 --- a/plug-ins/common/channel_mixer.c +++ b/plug-ins/common/channel_mixer.c @@ -187,7 +187,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } /*---------------------------------------------------------------------- diff --git a/plug-ins/common/colorify.c b/plug-ins/common/colorify.c index 656d71b184..3388ce078b 100644 --- a/plug-ins/common/colorify.c +++ b/plug-ins/common/colorify.c @@ -111,7 +111,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } static void diff --git a/plug-ins/common/fp.c b/plug-ins/common/fp.c index 48d7c59743..9b22c0b0fd 100644 --- a/plug-ins/common/fp.c +++ b/plug-ins/common/fp.c @@ -332,7 +332,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } /********************************STANDARD RUN*************************/ diff --git a/plug-ins/common/max_rgb.c b/plug-ins/common/max_rgb.c index e77fff0855..9266f7e48d 100644 --- a/plug-ins/common/max_rgb.c +++ b/plug-ins/common/max_rgb.c @@ -101,7 +101,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } static void diff --git a/plug-ins/common/retinex.c b/plug-ins/common/retinex.c index b9a63b526c..8a78808485 100644 --- a/plug-ins/common/retinex.c +++ b/plug-ins/common/retinex.c @@ -169,7 +169,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } static void -- GitLab