[gimp] Fix typo in the class' stock-id



commit 5fe53062ebfd8e7683f26cd6723181674e2d62dc
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 24 17:42:44 2009 +0200

    Fix typo in the class' stock-id
---
 app/gegl/gimpbrightnesscontrastconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/gegl/gimpbrightnesscontrastconfig.c b/app/gegl/gimpbrightnesscontrastconfig.c
index f546f6a..3fe7d21 100644
--- a/app/gegl/gimpbrightnesscontrastconfig.c
+++ b/app/gegl/gimpbrightnesscontrastconfig.c
@@ -66,7 +66,7 @@ gimp_brightness_contrast_config_class_init (GimpBrightnessContrastConfigClass *k
   object_class->set_property       = gimp_brightness_contrast_config_set_property;
   object_class->get_property       = gimp_brightness_contrast_config_get_property;
 
-  viewable_class->default_stock_id = "gimp-tool-brightness-constrast";
+  viewable_class->default_stock_id = "gimp-tool-brightness-contrast";
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_BRIGHTNESS,
                                    "brightness",



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