[Bf-blender-cvs] [c9c08dc7c87] master: Fix compilation error after recent change

Sergey Sharybin noreply at git.blender.org
Wed Mar 18 18:16:36 CET 2020


Commit: c9c08dc7c8736e864352a41437592670a5d341e9
Author: Sergey Sharybin
Date:   Wed Mar 18 18:16:18 2020 +0100
Branches: master
https://developer.blender.org/rBc9c08dc7c8736e864352a41437592670a5d341e9

Fix compilation error after recent change

===================================================================

M	source/blender/makesrna/intern/rna_userdef.c

===================================================================

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");
   }



More information about the Bf-blender-cvs mailing list