Import from the release branch.

svn path=/trunk/; revision=8252
This commit is contained in:
Art Yerkes 2004-02-19 03:33:33 +00:00
parent e5d1ab1c06
commit 839f724098

View file

@ -266,6 +266,7 @@ ROSDATA VK_TO_WCHARS1 keypad_numbers[] = {
{ VK_NUMPAD7, 0, '7' },
{ VK_NUMPAD8, 0, '8' },
{ VK_NUMPAD9, 0, '9' },
{ VK_DECIMAL, 0, '.' },
{ VK_BACK, 0, '\010' },
{ 0,0 }
};