Merged from trunk:

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

	Merged from trunk:

	* plug-ins/MapObject/mapobject_main.c (query): fixed description
	of 'lighttype' parameter (bug #526679).

svn path=/branches/gimp-2-4/; revision=25390
This commit is contained in:
Sven Neumann 2008-04-07 13:09:02 +00:00 committed by Sven Neumann
parent 11a97179ce
commit 85d0c120f1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-04-07 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/MapObject/mapobject_main.c (query): fixed description
of 'lighttype' parameter (bug #526679).
2008-04-03 Michael Natterer <mitch@gimp.org>
Merged from trunk:

View File

@ -160,7 +160,7 @@ query (void)
{ GIMP_PDB_FLOAT, "rotationangle-x", "Rotation about X axis in degrees" },
{ GIMP_PDB_FLOAT, "rotationangle-y", "Rotation about Y axis in degrees" },
{ GIMP_PDB_FLOAT, "rotationangle-z", "Rotation about Z axis in degrees" },
{ GIMP_PDB_INT32, "lighttype", "Type of lightsource (0=point,1=directional,3=none)" },
{ GIMP_PDB_INT32, "lighttype", "Type of lightsource (0=point,1=directional,2=none)" },
{ GIMP_PDB_COLOR, "lightcolor", "Lightsource color (r,g,b)" },
{ GIMP_PDB_FLOAT, "lightposition-x", "Lightsource position (x,y,z)" },
{ GIMP_PDB_FLOAT, "lightposition-y", "Lightsource position (x,y,z)" },