corrected parameter description.

2008-04-09  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/border-average.c: corrected parameter 
description.


svn path=/trunk/; revision=25446
This commit is contained in:
Sven Neumann 2008-04-09 17:21:05 +00:00 committed by Sven Neumann
parent b464c4f426
commit ca5df86e47
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-04-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/border-average.c: corrected parameter description.
* plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py
* plug-ins/pygimp/plug-ins/python-console.py
* plug-ins/pygimp/plug-ins/sphere.py: register in new menu locations.

View file

@ -92,7 +92,7 @@ query (void)
};
static const GimpParamDef return_vals[] =
{
{ GIMP_PDB_COLOR, "borderaverage", "Sends the average color of the specified border to the Toolbox foreground." },
{ GIMP_PDB_COLOR, "borderaverage", "The average color of the specified border." },
};
gimp_install_procedure (PLUG_IN_PROC,