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
committerAntony Riakiotakis <kalast@gmail.com>2014-10-13 14:28:10 +0400
commit4eadc3801acda48e4c81c4417a11c11cf050cc21 (patch)
tree3734983cced1c7155a54618e9864c72ff810b9ff
parent858bf1adea03ddfffbb279a05afa4169e65a0f4f (diff)
Minor typo fix, reported by Sebastian Koenig on irc. Thanks!
-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 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", ""},