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.
This commit is contained in:
Rémi Verschelde
2016-02-17 22:59:46 +01:00
parent f0971ccf5f
commit 130f8fa193
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ static int translateKey(unsigned int key)
/* 4b */ KEY_KP_DIVIDE,
/* 4c */ KEY_KP_ENTER,
/* 4d */ KEY_UNKNOWN,
/* 4e */ KEY_KP_SUBSTRACT,
/* 4e */ KEY_KP_SUBTRACT,
/* 4f */ KEY_UNKNOWN,
/* 50 */ KEY_UNKNOWN,
/* 51 */ KEY_EQUAL, //wtf equal?