mirror of https://github.com/GNOME/gimp.git
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:
parent
b464c4f426
commit
ca5df86e47
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue