Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in
This commit is contained in:
parent
90eda12905
commit
1135f2db92
1 changed files with 1 additions and 1 deletions
|
|
@ -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) }" }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue