Commit: 9863e7169225766ea3d5eebed0656accc0973bd6
Author: Tamito Kajiyama
Date:   Fri Apr 25 09:21:52 2014 +0900
https://developer.blender.org/rB9863e7169225766ea3d5eebed0656accc0973bd6

Freestyle: Fix typos in a tool tip.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c 
b/source/blender/makesrna/intern/rna_scene.c
index c4e56dc..5df4b03 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2807,7 +2807,7 @@ static void rna_def_freestyle_settings(BlenderRNA *brna)
 
        prop = RNA_def_property(srna, "select_external_contour", PROP_BOOLEAN, 
PROP_NONE);
        RNA_def_property_boolean_sdna(prop, NULL, "edge_types", 
FREESTYLE_FE_EXTERNAL_CONTOUR);
-       RNA_def_property_ui_text(prop, "External Contour", "Select external 
contours (outer silhouettes of occuluding and occuluded objects)");
+       RNA_def_property_ui_text(prop, "External Contour", "Select external 
contours (outer silhouettes of occluding and occluded objects)");
        RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
 
        prop = RNA_def_property(srna, "select_edge_mark", PROP_BOOLEAN, 
PROP_NONE);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to