[Bf-blender-cvs] [fdc57e4] master: Correct argument name

Campbell Barton noreply at git.blender.org
Tue Jun 17 09:34:23 CEST 2014


Commit: fdc57e4e299c09c127f8fc2a5048bb68f41ce3d3
Author: Campbell Barton
Date:   Tue Jun 17 17:33:57 2014 +1000
https://developer.blender.org/rBfdc57e4e299c09c127f8fc2a5048bb68f41ce3d3

Correct argument name

===================================================================

M	source/blender/makesrna/intern/rna_sequencer_api.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c b/source/blender/makesrna/intern/rna_sequencer_api.c
index b3a37a4..30fcb63 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -402,7 +402,7 @@ void RNA_api_sequence_strip(StructRNA *srna)
 	func = RNA_def_function(srna, "update", "rna_Sequence_update_rnafunc");
 	RNA_def_function_flag(func, FUNC_USE_SELF_ID);
 	RNA_def_function_ui_description(func, "Update the strip dimensions");
-	parm = RNA_def_boolean(func, "data", false, "Frame",
+	parm = RNA_def_boolean(func, "data", false, "Data",
 	                       "Update strip data");
 
 	func = RNA_def_function(srna, "strip_elem_from_frame", "BKE_sequencer_give_stripelem");




More information about the Bf-blender-cvs mailing list