[Bf-blender-cvs] [4eadc38] master: Minor typo fix, reported by Sebastian Koenig on irc. Thanks!

Antony Riakiotakis noreply at git.blender.org
Mon Oct 13 12:28:24 CEST 2014


Commit: 4eadc3801acda48e4c81c4417a11c11cf050cc21
Author: Antony Riakiotakis
Date:   Mon Oct 13 12:27:57 2014 +0200
Branches: master
https://developer.blender.org/rB4eadc3801acda48e4c81c4417a11c11cf050cc21

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 f9124db..e440f66 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