[gegl] Fix the tooltip of vignette shape selector



commit 963fbc2d156e6ae1a9020ca18e7eedb19886b310
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Wed Nov 7 17:49:20 2012 +0100

    Fix the tooltip of vignette shape selector
    
    This should be replaced by an enum though, so that a combo box appears in the
    UI, the ability to do so didn't exist when the vignettte op was hacked up.

 operations/common/vignette.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/vignette.c b/operations/common/vignette.c
index 80f04b8..59e711d 100644
--- a/operations/common/vignette.c
+++ b/operations/common/vignette.c
@@ -21,7 +21,7 @@
 
 
 #ifdef GEGL_CHANT_PROPERTIES
-gegl_chant_int    (shape,    _("Shape"),  0, 2, 0, _("Shape to use: 0=circle 1=diamond 2=square"))
+gegl_chant_int    (shape,    _("Shape"),  0, 2, 0, _("Shape to use: 0=circle 1=square 2=diamond"))
 gegl_chant_color (color,     _("Color"), "black", _("Defaults to 'black', you can use transparency here to erase portions of an image"))
 gegl_chant_double (radius,   _("Radius"),  0.0, 3.0, 1.5, _("How far out vignetting goes as portion of half image diagonal"))
 gegl_chant_double (softness,  _("Softness"),  0.0, 1.0, 0.8, _("Softness"))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]