From 3301abdca9531d395eee2fd9152c6e45bd4b18b4 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(-) (limited to 'source/blender') diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index 8c97f19fa8e..f43a2b1ccb9 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