[gegl] value-propagate: replace underscores by hyphens in enum value strings...



commit 4d6d813b1c4763eb05e79f7d41f96b5b38fae811
Author: Thomas Manni <thomas manni free fr>
Date:   Mon Oct 16 21:05:28 2017 +0200

    value-propagate: replace underscores by hyphens in enum value strings...
    
    ...for mode property, keeping property enumerations consistent between ops.

 operations/common-gpl3+/value-propagate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common-gpl3+/value-propagate.c b/operations/common-gpl3+/value-propagate.c
index 5c50210..9fd50ca 100644
--- a/operations/common-gpl3+/value-propagate.c
+++ b/operations/common-gpl3+/value-propagate.c
@@ -29,7 +29,7 @@ enum_start (gegl_value_propagate_mode)
   enum_value (GEGL_VALUE_PROPAGATE_MODE_WHITE, "white", N_("More white (larger value)"))
   enum_value (GEGL_VALUE_PROPAGATE_MODE_BLACK, "black", N_("More black (smaller value)"))
   enum_value (GEGL_VALUE_PROPAGATE_MODE_MIDDLE, "middle", N_("Middle value to peaks"))
-  enum_value (GEGL_VALUE_PROPAGATE_MODE_COLOR_PEAK, "color_peak", N_("Color to peaks"))
+  enum_value (GEGL_VALUE_PROPAGATE_MODE_COLOR_PEAK, "color-peak", N_("Color to peaks"))
   enum_value (GEGL_VALUE_PROPAGATE_MODE_COLOR, "color", N_("Only color"))
   enum_value (GEGL_VALUE_PROPAGATE_MODE_OPAQUE, "opaque", N_("More opaque"))
   enum_value (GEGL_VALUE_PROPAGATE_MODE_TRANSPARENT, "transparent", N_("More transparent"))


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