[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42567] trunk/blender/source/blender/ makesrna/intern/rna_actuator.c: SCA: Scene Actuator text error

Dalai Felinto dfelinto at gmail.com
Sun Dec 11 11:39:46 CET 2011


Revision: 42567
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42567
Author:   dfelinto
Date:     2011-12-11 10:39:41 +0000 (Sun, 11 Dec 2011)
Log Message:
-----------
SCA: Scene Actuator text error
copy+paste bug when creating the rnas

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_actuator.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_actuator.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2011-12-11 05:05:37 UTC (rev 42566)
+++ trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2011-12-11 10:39:41 UTC (rev 42567)
@@ -1404,7 +1404,7 @@
 	prop= RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE);
 	RNA_def_property_enum_sdna(prop, NULL, "type");
 	RNA_def_property_enum_items(prop, prop_type_items);
-	RNA_def_property_ui_text(prop, "Scene", "");
+	RNA_def_property_ui_text(prop, "Mode", "");
 	RNA_def_property_update(prop, NC_LOGIC, NULL);
 	
 	//XXX filter only camera objects




More information about the Bf-blender-cvs mailing list