[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30313] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/paint_ops.c: * minor correction

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jul 14 12:55:37 CEST 2010


Revision: 30313
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30313
Author:   jwilkins
Date:     2010-07-14 12:55:37 +0200 (Wed, 14 Jul 2010)

Log Message:
-----------
* minor correction

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_ops.c

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_ops.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_ops.c	2010-07-14 10:54:42 UTC (rev 30312)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_ops.c	2010-07-14 10:55:37 UTC (rev 30313)
@@ -105,7 +105,7 @@
 	/* flags */
 	ot->flag= OPTYPE_UNDO;
 
-	RNA_def_float(ot->srna, "scalar", 1, 0, 2, "Factor", "Factor to scale brush size by", 0, 2);
+	RNA_def_float(ot->srna, "scalar", 1, 0, 2, "Scalar", "Factor to scale brush size by", 0, 2);
 }
 
 static int vertex_color_set_exec(bContext *C, wmOperator *op)





More information about the Bf-blender-cvs mailing list