gimp r25389 - in trunk: . plug-ins/map-object
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25389 - in trunk: . plug-ins/map-object
- Date: Mon,  7 Apr 2008 14:07:51 +0100 (BST)
Author: neo
Date: Mon Apr  7 14:07:51 2008
New Revision: 25389
URL: http://svn.gnome.org/viewvc/gimp?rev=25389&view=rev
Log:
2008-04-07  Sven Neumann  <sven gimp org>
	* plug-ins/map-object/map-object-main.c (query): fixed description
	of 'lighttype' parameter (bug #526679).
Modified:
   trunk/ChangeLog
   trunk/plug-ins/map-object/map-object-main.c
Modified: trunk/plug-ins/map-object/map-object-main.c
==============================================================================
--- trunk/plug-ins/map-object/map-object-main.c	(original)
+++ trunk/plug-ins/map-object/map-object-main.c	Mon Apr  7 14:07:51 2008
@@ -160,7 +160,7 @@
     { 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)" },
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]