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

Fix documentation for displace-type parameter. Spotted by Rob Antonishen.
This commit is contained in:
Sven Neumann 2010-07-15 21:36:12 +02:00
parent b3f4038f68
commit 17a4baff01
1 changed files with 1 additions and 1 deletions

View File

@ -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,