From 7ff65e296e2a28e3ea9d29b54f61bd8134e648ac Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 24 Oct 2004 18:18:11 +0000 Subject: [PATCH] Fixed comment. --- lib/platform/CXWindowsUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/platform/CXWindowsUtil.cpp b/lib/platform/CXWindowsUtil.cpp index f18d4647..9d6641cc 100644 --- a/lib/platform/CXWindowsUtil.cpp +++ b/lib/platform/CXWindowsUtil.cpp @@ -1287,7 +1287,7 @@ CXWindowsUtil::initKeyMaps() { // note that keysyms 0x13a4 and 0x20ac both map to 0x20ac, which // means ambiguity when converting unicode 0x20ac to a keysym. - // as written, the m_UCS4ToKeySym will map to XK_EuroSign. + // as written, the s_UCS4ToKeySym will map to XK_EuroSign. if (s_keySymToUCS4.empty()) { for (size_t i =0; i < sizeof(s_keymap) / sizeof(s_keymap[0]); ++i) { s_keySymToUCS4[s_keymap[i].keysym] = s_keymap[i].ucs4;