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



commit a2ab5e8b55782f619657728818a4bfcb5305d5a8
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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/edge.c b/plug-ins/common/edge.c
index b61b024..a7ea0c3 100644
--- a/plug-ins/common/edge.c
+++ b/plug-ins/common/edge.c
@@ -137,8 +137,8 @@ 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,    "edgemode", "Edge detection algorithm: { SOBEL (0), PREWITT (1), GRADIENT (2), ROBERTS (3),  DIFFERENTIAL (4), LAPLACE (5) }" }
+    { 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) }" }
   };
 
   const gchar *help_string =



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