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:
authorJulian Eisel <eiseljulian@gmail.com>2020-02-19 22:13:52 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-02-19 22:14:30 +0300
commite37988fa2131f989056ee43c1efaeeae2ab5d08c (patch)
tree2a43066b6f331571ea2b6170edf1643824a375a1 /source/blender/makesrna/intern/rna_userdef.c
parentf972a3c31458a7048a6ffb3e26f7d802e3433934 (diff)
Fix compile error when building with Cycles
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 571643a91f5..418fcfaf5f4 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -1308,7 +1308,7 @@ static void rna_def_userdef_theme_ui_panel(BlenderRNA *brna)
const EnumPropertyItem rna_enum_userdef_theme_background_types_items[] = {
{TH_BACKGROUND_SINGLE_COLOR,
- "Single Color",
+ "SINGLE_COLOR",
0,
"Single Color",
"Use a solid color as viewport background"},