[gimp] Bug 624452 - plug-in-displace pdb call incorrectly documented edge behaviour



commit 17a4baff01720eedf8a857d90305074826e6d3f5
Author: Sven Neumann <sven gimp org>
Date:   Thu Jul 15 21:36:12 2010 +0200

    Bug 624452 - plug-in-displace pdb call incorrectly documented edge behaviour
    
    Fix documentation for displace-type parameter. Spotted by Rob Antonishen.

 plug-ins/common/displace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/displace.c b/plug-ins/common/displace.c
index b0dc342..133a222 100644
--- a/plug-ins/common/displace.c
+++ b/plug-ins/common/displace.c
@@ -161,7 +161,7 @@ query (void)
     { GIMP_PDB_INT32,    "do-y",           "Displace in Y or tangent direction?" },
     { GIMP_PDB_DRAWABLE, "displace-map-x", "Displacement map for X or radial direction" },
     { GIMP_PDB_DRAWABLE, "displace-map-y", "Displacement map for Y or tangent direction" },
-    { GIMP_PDB_INT32,    "displace-type",  "Edge behavior { WRAP (0), SMEAR (1), BLACK (2) }" }
+    { GIMP_PDB_INT32,    "displace-type",  "Edge behavior { WRAP (1), SMEAR (2), BLACK (3) }" }
   };
 
   gimp_install_procedure (PLUG_IN_PROC,



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