[gegl] Swapped horizontal and vertical in lens-distortion op tooltips back to normal



commit dcc1495d90f6e77c365f8351edd89bc24f0b7963
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Apr 1 10:02:01 2012 +0400

    Swapped horizontal and vertical in lens-distortion op tooltips back to normal

 operations/common/lens-distortion.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/lens-distortion.c b/operations/common/lens-distortion.c
index 9d5005b..27e8e66 100644
--- a/operations/common/lens-distortion.c
+++ b/operations/common/lens-distortion.c
@@ -39,9 +39,9 @@ gegl_chant_double (edge, _("Edge:"), -100.0, 100.0, 0.0,
 gegl_chant_double (brighten, _("Brighten:"), -100.0, 100.0, 0.0,
                    _("Brighten the image"))
 gegl_chant_double (x_shift, _("X shift:"), -100.0, 100.0, 0.0,
-                   _("Shift vertical"))
-gegl_chant_double (y_shift, _("Y shift:"), -100.0, 100.0, 0.0,
                    _("Shift horizontal"))
+gegl_chant_double (y_shift, _("Y shift:"), -100.0, 100.0, 0.0,
+                   _("Shift vertical"))
 
 #else
 



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