Fix warning about undefined backspace key on Linux

stable-5.3
Armin Burgmeier 2012-10-13 16:15:01 +02:00
parent 56861e4601
commit cf159068b3
2 changed files with 3 additions and 3 deletions

View File

@ -659,7 +659,7 @@
GUIGroup=50
[Assignment]
Key=Backspace
Key=BackSpace
Priority=100
Control=MenuCancel
GUIGroup=50
@ -792,7 +792,7 @@
GUIGroup=50
[Assignment]
Key=Backspace
Key=BackSpace
Priority=100
Control=MenuCancel
GUIGroup=50

View File

@ -114,7 +114,7 @@ const C4KeyCodeMapEntry KeyCodeMap [] =
{
{ VK_CANCEL , "Cancel" , NULL },
{ VK_BACK , "Backspace" , NULL },
{ VK_BACK , "BackSpace" , NULL },
{ VK_TAB , "Tab" , NULL },
{ VK_CLEAR , "Clear" , NULL },
{ VK_RETURN , "Return" , NULL },