[Bf-blender-cvs] [c7b03fe9c07] master: UI: Backspace is one word

Aaron Carlisle noreply at git.blender.org
Tue Jun 16 20:16:11 CEST 2020


Commit: c7b03fe9c07a16a4581b73b862a3be9944b59c11
Author: Aaron Carlisle
Date:   Tue Jun 16 14:12:03 2020 -0400
Branches: master
https://developer.blender.org/rBc7b03fe9c07a16a4581b73b862a3be9944b59c11

UI: Backspace is one word

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

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

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

diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c
index 6749aa9495a..bfd99c01551 100644
--- a/source/blender/makesrna/intern/rna_wm.c
+++ b/source/blender/makesrna/intern/rna_wm.c
@@ -251,7 +251,7 @@ const EnumPropertyItem rna_enum_event_type_items[] = {
     {EVT_RETKEY, "RET", 0, "Return", "Enter"},
     {EVT_SPACEKEY, "SPACE", 0, "Spacebar", "Space"},
     {EVT_LINEFEEDKEY, "LINE_FEED", 0, "Line Feed", ""},
-    {EVT_BACKSPACEKEY, "BACK_SPACE", 0, "Back Space", "BkSpace"},
+    {EVT_BACKSPACEKEY, "BACK_SPACE", 0, "Backspace", "BkSpace"},
     {EVT_DELKEY, "DEL", 0, "Delete", "Del"},
     {EVT_SEMICOLONKEY, "SEMI_COLON", 0, ";", ""},
     {EVT_PERIODKEY, "PERIOD", 0, ".", ""},



More information about the Bf-blender-cvs mailing list