gimp r25390 - in branches/gimp-2-4: . plug-ins/MapObject



Author: neo
Date: Mon Apr  7 14:09:02 2008
New Revision: 25390
URL: http://svn.gnome.org/viewvc/gimp?rev=25390&view=rev

Log:
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).


Modified:
   branches/gimp-2-4/ChangeLog
   branches/gimp-2-4/plug-ins/MapObject/mapobject_main.c

Modified: branches/gimp-2-4/plug-ins/MapObject/mapobject_main.c
==============================================================================
--- branches/gimp-2-4/plug-ins/MapObject/mapobject_main.c	(original)
+++ branches/gimp-2-4/plug-ins/MapObject/mapobject_main.c	Mon Apr  7 14:09:02 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]