[gimp] Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in



commit 1135f2db926ebadda6c72f043cb2d7a6fcfa3003
Author: Barak Itkin <lightningismyname gmail com>
Date:   Mon Sep 13 02:55:20 2010 +0200

    Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in

 plug-ins/common/edge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/edge.c b/plug-ins/common/edge.c
index 383092d..0aac14d 100644
--- a/plug-ins/common/edge.c
+++ b/plug-ins/common/edge.c
@@ -132,7 +132,7 @@ query (void)
     { GIMP_PDB_IMAGE,    "image",    "Input image (unused)" },
     { GIMP_PDB_DRAWABLE, "drawable", "Input drawable" },
     { GIMP_PDB_FLOAT,    "amount",   "Edge detection amount" },
-    { GIMP_PDB_INT32,    "wrapmode", "Edge detection behavior { WRAP (0), SMEAR (1), BLACK (2) }" },
+    { GIMP_PDB_INT32,    "wrapmode", "Edge detection behavior { WRAP (1), SMEAR (2), BLACK (3) }" },
     { GIMP_PDB_INT32,    "edgemode", "Edge detection algorithm { SOBEL (0), PREWITT (1), GRADIENT (2), ROBERTS (3), DIFFERENTIAL (4), LAPLACE (5) }" }
   };
 



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