mirror of https://github.com/GNOME/gimp.git
fixed description of 'lighttype' parameter (bug #526679).
2008-04-07 Sven Neumann <sven@gimp.org> * plug-ins/map-object/map-object-main.c (query): fixed description of 'lighttype' parameter (bug #526679). svn path=/trunk/; revision=25389
This commit is contained in:
parent
260c38b06d
commit
f28a2c2c6e
|
@ -1,3 +1,8 @@
|
|||
2008-04-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/map-object/map-object-main.c (query): fixed description
|
||||
of 'lighttype' parameter (bug #526679).
|
||||
|
||||
2008-04-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplay-handlers.c (gimp_display_saved_handler):
|
||||
|
|
|
@ -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)" },
|
||||
|
|
Loading…
Reference in New Issue