Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-10-13 14:27:57 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-15 15:06:13 +0400
commit3301abdca9531d395eee2fd9152c6e45bd4b18b4 (patch)
tree8516c777dff89142643563bf0ac3abe204727830 /source/blender
parentd5b6be7a88733b4fa46f3a313e03c57984e8c749 (diff)
Minor typo fix, reported by Sebastian Koenig on irc. Thanks!
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c2
1 files changed, 1 insertions, 1 deletions
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", ""},