summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Manni <thomas.manni@free.fr>2015-06-11 11:03:29 +0200
committerThomas Manni <thomas.manni@free.fr>2015-06-11 11:03:29 +0200
commit62c03711fd2da7cad0d7c8bcf3b02afbb83e5db4 (patch)
tree0a037f940bcc4170fcbacebf5f3f6bf3c4fc8e88
parent52107acee7d2ee91c9cdc2d4411d8ae57d6925ba (diff)
operations: wind: use GeglWindEdge enum order the same as the original gimp plug-in
-rw-r--r--operations/common/wind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations/common/wind.c b/operations/common/wind.c
index 9062f9a6..1397e5ee 100644
--- a/operations/common/wind.c
+++ b/operations/common/wind.c
@@ -37,9 +37,9 @@ enum_start (gegl_wind_direction)
enum_end (GeglWindDirection)
enum_start (gegl_wind_edge)
+ enum_value (GEGL_WIND_EDGE_BOTH, "both", N_("Both"))
enum_value (GEGL_WIND_EDGE_LEADING, "leading", N_("Leading"))
enum_value (GEGL_WIND_EDGE_TRAILING, "trailing", N_("Trailing"))
- enum_value (GEGL_WIND_EDGE_BOTH, "both", N_("Both"))
enum_end (GeglWindEdge)
property_enum (style, _("Style"),