[Bf-blender-cvs] [3301abd] blender-v2.72-release: Minor typo fix, reported by Sebastian Koenig on irc. Thanks!

Antony Riakiotakis noreply at git.blender.org
Wed Oct 15 13:08:29 CEST 2014


Commit: 3301abdca9531d395eee2fd9152c6e45bd4b18b4
Author: Antony Riakiotakis
Date:   Mon Oct 13 12:27:57 2014 +0200
Branches: blender-v2.72-release
https://developer.blender.org/rB3301abdca9531d395eee2fd9152c6e45bd4b18b4

Minor typo fix, reported by Sebastian Koenig on irc. Thanks!

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

M	source/blender/editors/sculpt_paint/paint_image_proj.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 8c97f19..f43a2b1 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -4985,7 +4985,7 @@ static EnumPropertyItem layer_type_items[] = {
 	{MAP_SPEC, "SPECULAR_INTENSITY", 0, "Specular Intensity", ""},
 	{MAP_HAR, "SPECULAR_HARDNESS", 0, "Specular Hardness", ""},
 	{MAP_AMB, "AMBIENT", 0, "Ambient", ""},
-	{MAP_EMIT, "EMMIT", 0, "Emmit", ""},
+	{MAP_EMIT, "EMIT", 0, "Emit", ""},
 	{MAP_COLMIR, "MIRROR_COLOR", 0, "Mirror Color", ""},
 	{MAP_RAYMIRR, "RAYMIRROR", 0, "Ray Mirror", ""},
 	{MAP_NORM, "NORMAL", 0, "Normal", ""},




More information about the Bf-blender-cvs mailing list