[Bf-blender-cvs] [20da3ae1c52] modifier-panels-ui: Fix typo in previous commit....

Julian Eisel noreply at git.blender.org
Tue Apr 21 12:32:57 CEST 2020


Commit: 20da3ae1c52822d7caccd7c8febd5f362ac25965
Author: Julian Eisel
Date:   Tue Apr 21 12:31:31 2020 +0200
Branches: modifier-panels-ui
https://developer.blender.org/rB20da3ae1c52822d7caccd7c8febd5f362ac25965

Fix typo in previous commit....

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

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

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

diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c
index 4a4abec62d5..84b81c0bba5 100644
--- a/source/blender/makesrna/intern/rna_ui.c
+++ b/source/blender/makesrna/intern/rna_ui.c
@@ -1302,7 +1302,7 @@ static void rna_def_panel(BlenderRNA *brna)
        "List Panel Child",
        "A panel with this type is a child of a list panel"},
       {PNL_LAYOUT_HEADER_EXPAND,
-       "HEADER_LAYOUT_EXTPAND",
+       "HEADER_LAYOUT_EXPAND",
        0,
        "Expand Header Layout",
        "Allow buttons in the header to stretch and shrink to fill the entire layout width"},



More information about the Bf-blender-cvs mailing list