[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17978] branches/blender2.5/blender/source /blender/makesrna/intern/rna_curve.c: incorrect spelling
Campbell Barton
ideasman42 at gmail.com
Sun Dec 21 04:43:02 CET 2008
Revision: 17978
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17978
Author: campbellbarton
Date: 2008-12-21 04:43:01 +0100 (Sun, 21 Dec 2008)
Log Message:
-----------
incorrect spelling
Modified Paths:
--------------
branches/blender2.5/blender/source/blender/makesrna/intern/rna_curve.c
Modified: branches/blender2.5/blender/source/blender/makesrna/intern/rna_curve.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/rna_curve.c 2008-12-21 03:14:01 UTC (rev 17977)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_curve.c 2008-12-21 03:43:01 UTC (rev 17978)
@@ -114,7 +114,7 @@
RNA_def_property_ui_text(prop, "Taper Object", "Curve object name that defines the taper (width).");
/* Flags */
- prop= RNA_def_property(srna, "planer", PROP_BOOLEAN, PROP_NONE);
+ prop= RNA_def_property(srna, "planar", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", CU_3D);
RNA_def_property_ui_text(prop, "2D Curve", "Define curve in two dimensions only. Note that fill only works when this is enabled.");
More information about the Bf-blender-cvs
mailing list