[gegl/soc-2012-editor] ops/color-reduction: improve strings



commit c4b3c8a56151422f5213d69d74cd6777dd0bfc60
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sat May 5 19:55:43 2012 +0200

    ops/color-reduction: improve strings

 operations/common/color-reduction.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/operations/common/color-reduction.c b/operations/common/color-reduction.c
index 97cee3c..3a641cd 100644
--- a/operations/common/color-reduction.c
+++ b/operations/common/color-reduction.c
@@ -23,10 +23,10 @@
 #ifdef GEGL_CHANT_PROPERTIES
 
 gegl_chant_register_enum (gegl_dither_strategy)
-  enum_value (GEGL_DITHER_NONE,   "none")
-  enum_value (GEGL_DITHER_RANDOM, "random")
-  enum_value (GEGL_DITHER_RANDOM_COVARIANT, "random-covariant")
-  enum_value (GEGL_DITHER_BAYER,  "bayer")
+  enum_value (GEGL_DITHER_NONE,   "None")
+  enum_value (GEGL_DITHER_RANDOM, "Random")
+  enum_value (GEGL_DITHER_RANDOM_COVARIANT, "Random Covariant")
+  enum_value (GEGL_DITHER_BAYER,  "Bayer")
   enum_value (GEGL_DITHER_FLOYD_STEINBERG, "Floyd-Steinberg")
 gegl_chant_register_enum_end (GeglDitherStrategy)
 



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