From ef6f91eb4423352a6675f43464f44163e78bad7e Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 25 Sep 2005 21:59:19 +0000 Subject: [PATCH] moved it back, the plug-in changes the image. Renamed to "Maximum RGB". 2005-09-25 Sven Neumann * plug-ins/common/max_rgb.c: moved it back, the plug-in changes the image. Renamed to "Maximum RGB". --- ChangeLog | 8 ++++++-- plug-ins/common/max_rgb.c | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c90ce1436d..09dd22e7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-25 Sven Neumann + + * plug-ins/common/max_rgb.c: moved it back, the plug-in changes + the image. Renamed to "Maximum RGB". + 2005-09-25 Carol Spears * plug-ins/common/max_rgb.c moved menu entry from Colors to @@ -10,8 +15,7 @@ added it to Filters/Web * plug-ins/pygimp/plug-ins/py-slice.py added the patch from - Joao S. O. Bueno Calligaris that was attached to - http://bugzilla.gnome.org/show_bug.cgi?id=159564 + Joao S. O. Bueno Calligaris that was attached to bug #159564. 2005-09-25 Michael Natterer diff --git a/plug-ins/common/max_rgb.c b/plug-ins/common/max_rgb.c index 395a4edf5f..e77fff0855 100644 --- a/plug-ins/common/max_rgb.c +++ b/plug-ins/common/max_rgb.c @@ -91,17 +91,17 @@ query (void) "the channel that has the maximum value in three " "(red, green, blue) channels, and other channels " "are zero-cleared", - "the help is not yet written for this plug-in since none is needed.", + "There's no help yet.", "Shuji Narazaki (narazaki@InetQ.or.jp)", "Shuji Narazaki", "May 2000", - N_("_Max RGB..."), + N_("_Maximum RGB..."), "RGB*", GIMP_PLUGIN, G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Info"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); } static void @@ -259,7 +259,7 @@ max_rgb_dialog (GimpDrawable *drawable) gimp_ui_init (PLUG_IN_BINARY, TRUE); - dialog = gimp_dialog_new (_("Max RGB"), PLUG_IN_BINARY, + dialog = gimp_dialog_new (_("Maximum RGB Value"), PLUG_IN_BINARY, NULL, 0, gimp_standard_help_func, PLUG_IN_PROC, -- GitLab