summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"),