changed the dialog title to adopt to the menu label we changed two years
2007-10-02 Sven Neumann <sven@gimp.org> * 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
This commit is contained in:
parent
9795a920b1
commit
59f86e366b
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-10-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* 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 <raphael@gimp.org>
|
||||
|
||||
* plug-ins/metadata/metadata.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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue