[gimp] plug-ins: saner argument name in blinds



commit 2e18a91916acf6e5cf3bdc39145e60a1a16fa503
Author: Michael Natterer <mitch gimp org>
Date:   Fri Sep 27 12:08:10 2019 +0200

    plug-ins: saner argument name in blinds

 plug-ins/common/blinds.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/blinds.c b/plug-ins/common/blinds.c
index ff7981dff2..4cf736a85d 100644
--- a/plug-ins/common/blinds.c
+++ b/plug-ins/common/blinds.c
@@ -163,8 +163,8 @@ blinds_create_procedure (GimpPlugIn  *plug_in,
                                       "Andy Thomas",
                                       "1997");
 
-      GIMP_PROC_ARG_INT (procedure, "angle-dsp",
-                         "Angle dps",
+      GIMP_PROC_ARG_INT (procedure, "angle-displacement",
+                         "Angle displacement",
                          "Angle of Displacement",
                          0, 360, 30,
                          G_PARAM_READWRITE);


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