SDLK_COLON was reporting ";" instead of ":"
authorxcomputerman <xcomputerman@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jan 2010 01:12:22 +0000 (01:12 +0000)
committerxcomputerman <xcomputerman@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jan 2010 01:12:22 +0000 (01:12 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@45422 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_sdl/Ecore_Sdl_Keys.h

index 8e5a7a0..8b6d458 100644 (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",        "=" },