[gimp] libgimpwidgets: forgot one s/H/h/ in LCh



commit a1f2464ed64f45b43154216e67c0a8d6190b07e7
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 8 17:28:34 2018 +0200

    libgimpwidgets: forgot one s/H/h/ in LCh

 libgimpwidgets/gimpwidgetsenums.c | 2 +-
 libgimpwidgets/gimpwidgetsenums.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpwidgetsenums.c b/libgimpwidgets/gimpwidgetsenums.c
index 89e1328da7..8bd6dcdd3e 100644
--- a/libgimpwidgets/gimpwidgetsenums.c
+++ b/libgimpwidgets/gimpwidgetsenums.c
@@ -135,7 +135,7 @@ gimp_color_selector_channel_get_type (void)
     { GIMP_COLOR_SELECTOR_ALPHA, NC_("color-selector-channel", "_A"), N_("Alpha") },
     { GIMP_COLOR_SELECTOR_LCH_LIGHTNESS, NC_("color-selector-channel", "_L"), N_("LCh Lightness") },
     { GIMP_COLOR_SELECTOR_LCH_CHROMA, NC_("color-selector-channel", "_C"), N_("LCh Chroma") },
-    { GIMP_COLOR_SELECTOR_LCH_HUE, NC_("color-selector-channel", "_H"), N_("LCh Hue") },
+    { GIMP_COLOR_SELECTOR_LCH_HUE, NC_("color-selector-channel", "_h"), N_("LCh Hue") },
     { 0, NULL, NULL }
   };
 
diff --git a/libgimpwidgets/gimpwidgetsenums.h b/libgimpwidgets/gimpwidgetsenums.h
index fd8f491cc2..6d57297d11 100644
--- a/libgimpwidgets/gimpwidgetsenums.h
+++ b/libgimpwidgets/gimpwidgetsenums.h
@@ -118,7 +118,7 @@ typedef enum
   GIMP_COLOR_SELECTOR_ALPHA,         /*< desc="_A", help="Alpha"          >*/
   GIMP_COLOR_SELECTOR_LCH_LIGHTNESS, /*< desc="_L", help="LCh Lightness"  >*/
   GIMP_COLOR_SELECTOR_LCH_CHROMA,    /*< desc="_C", help="LCh Chroma"     >*/
-  GIMP_COLOR_SELECTOR_LCH_HUE        /*< desc="_H", help="LCh Hue"        >*/
+  GIMP_COLOR_SELECTOR_LCH_HUE        /*< desc="_h", help="LCh Hue"        >*/
 } GimpColorSelectorChannel;
 
 


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