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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-03-18 20:16:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-03-18 20:16:18 +0300
commitc9c08dc7c8736e864352a41437592670a5d341e9 (patch)
treef5524414931695921f44efa78cb3ed8ca0f5c894 /source/blender/makesrna/intern/rna_userdef.c
parent805c4ab6bc3bba6bd53266a0f2bb02a70a78cb50 (diff)
Fix compilation error after recent change
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 3951cf05ac9..1557cd3d4b1 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -2040,7 +2040,7 @@ static void rna_def_userdef_theme_spaces_curves(
prop = RNA_def_property(srna, "handle_sel_auto_clamped", PROP_FLOAT, PROP_COLOR_GAMMA);
RNA_def_property_float_sdna(prop, NULL, "handle_sel_auto_clamped");
RNA_def_property_array(prop, 3);
- RNA_def_property_ui_text(prop, "Auto-Clamped Handle Selected, "");
+ RNA_def_property_ui_text(prop, "Auto-Clamped Handle Selected", "");
RNA_def_property_update(prop, 0, "rna_userdef_theme_update");
}