summaryrefslogtreecommitdiff
path: root/platform/windows/key_mapping_win.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-02-17 22:59:46 +0100
committerRémi Verschelde <rverschelde@gmail.com>2016-02-17 23:01:27 +0100
commit130f8fa1936f672ec34fd0270e1d2c0577f95eed (patch)
treec7b64d06c6a2d0bc76d8c74bfe56efdeeb7ebbff /platform/windows/key_mapping_win.cpp
parentf0971ccf5f4a2d693a4e0debca5a1902a2498e76 (diff)
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
Diffstat (limited to 'platform/windows/key_mapping_win.cpp')
-rw-r--r--platform/windows/key_mapping_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/key_mapping_win.cpp b/platform/windows/key_mapping_win.cpp
index 07d5f32253..23fa29d68f 100644
--- a/platform/windows/key_mapping_win.cpp
+++ b/platform/windows/key_mapping_win.cpp
@@ -145,7 +145,7 @@ static _WinTranslatePair _vk_to_keycode[]={
{ KEY_KP_MULTIPLY,VK_MULTIPLY},// (0x6A)
{ KEY_KP_ADD,VK_ADD},// (0x6B)
//VK_SEPARATOR (0x6C)
-{ KEY_KP_SUBSTRACT,VK_SUBTRACT},// (0x6D)
+{ KEY_KP_SUBTRACT,VK_SUBTRACT},// (0x6D)
{ KEY_KP_PERIOD,VK_DECIMAL},// (0x6E)
{ KEY_KP_DIVIDE,VK_DIVIDE},// (0x6F)
{ KEY_F1,VK_F1},// (0x70)