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:
authorAntonioya <blendergit@gmail.com>2019-02-26 12:15:13 +0300
committerAntonioya <blendergit@gmail.com>2019-02-26 12:15:13 +0300
commit13dd8b69f036980b7ad14b692ad5c1edb11745d0 (patch)
tree414a183316a873e1ba0b55ad92b497d571a28e7c /source/blender/makesrna/intern/rna_shader_fx.c
parentc182bb3adb56aacc12cc2937671b323ced0af495 (diff)
GP: Rename "Dualtone" to "Duotone"
Diffstat (limited to 'source/blender/makesrna/intern/rna_shader_fx.c')
-rw-r--r--source/blender/makesrna/intern/rna_shader_fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_shader_fx.c b/source/blender/makesrna/intern/rna_shader_fx.c
index 2f0a4a4be7d..78a21b71fbf 100644
--- a/source/blender/makesrna/intern/rna_shader_fx.c
+++ b/source/blender/makesrna/intern/rna_shader_fx.c
@@ -77,7 +77,7 @@ static const EnumPropertyItem rna_enum_shaderfx_glow_modes_items[] = {
static const EnumPropertyItem rna_enum_shaderfx_colorize_modes_items[] = {
{eShaderFxColorizeMode_GrayScale, "GRAYSCALE", 0, "Gray Scale", "" },
{eShaderFxColorizeMode_Sepia, "SEPIA", 0, "Sepia", "" },
- {eShaderFxColorizeMode_DualTone, "DUALTONE", 0, "Dualtone", "" },
+ {eShaderFxColorizeMode_Duotone, "DUOTONE", 0, "Duotone", "" },
{eShaderFxColorizeMode_Transparent, "TRANSPARENT", 0, "Transparent", "" },
{eShaderFxColorizeMode_Custom, "CUSTOM", 0, "Custom", "" },
{0, NULL, 0, NULL, NULL }