SDLK_COLON was reporting ";" instead of ":"

SVN revision: 45422
This commit is contained in:
xcomputerman 2010-01-22 01:12:22 +00:00 committed by xcomputerman
parent 9b454da705
commit e5c712fe6c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static const struct _ecore_sdl_keys_s keystable[] =
{ SDLK_7, "7", "7" },
{ SDLK_8, "8", "8" },
{ SDLK_9, "9", "9" },
{ SDLK_COLON, "colon", ";" },
{ SDLK_COLON, "colon", ":" },
{ SDLK_SEMICOLON, "semicolon", ";" },
{ SDLK_LESS, "less", "<" },
{ SDLK_EQUALS, "equal", "=" },