From 4eadc3801acda48e4c81c4417a11c11cf050cc21 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 13 Oct 2014 12:27:57 +0200 Subject: Minor typo fix, reported by Sebastian Koenig on irc. Thanks! --- source/blender/editors/sculpt_paint/paint_image_proj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index f9124db7a5e..e440f660c65 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", ""}, -- cgit v1.2.3