From 59f86e366bfd4e8e793d92aa6140fb9f0a5fc661 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 2 Oct 2007 09:32:48 +0000 Subject: [PATCH] changed the dialog title to adopt to the menu label we changed two years 2007-10-02 Sven Neumann * plug-ins/common/scatter_hsv.c (scatter_hsv_dialog): changed the dialog title to adopt to the menu label we changed two years ago. svn path=/trunk/; revision=23717 --- ChangeLog | 5 +++++ plug-ins/common/scatter_hsv.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c22a54cee..4acfbb80fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-02 Sven Neumann + + * plug-ins/common/scatter_hsv.c (scatter_hsv_dialog): changed the + dialog title to adopt to the menu label we changed two years ago. + 2007-10-02 Raphaƫl Quinet * plug-ins/metadata/metadata.c diff --git a/plug-ins/common/scatter_hsv.c b/plug-ins/common/scatter_hsv.c index 8cf39e6f6a..13b2e1fad9 100644 --- a/plug-ins/common/scatter_hsv.c +++ b/plug-ins/common/scatter_hsv.c @@ -358,7 +358,7 @@ scatter_hsv_dialog (GimpDrawable *drawable) gimp_ui_init (PLUG_IN_BINARY, TRUE); - dialog = gimp_dialog_new (_("Scatter HSV"), PLUG_IN_BINARY, + dialog = gimp_dialog_new (_("HSV Noise"), PLUG_IN_BINARY, NULL, 0, gimp_standard_help_func, HSV_NOISE_PROC,