]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just clarify a comment for WXK_XXX values.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 21:39:42 +0000 (21:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 21:39:42 +0000 (21:39 +0000)
Part of patch in #10268.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index bcdfde6f443e27f72d690470d3ecbdc512ebb96a..be410c27130f3e335e10c8aeb17ee4fbe06f6d50 100644 (file)
@@ -2251,12 +2251,12 @@ enum wxKeyCode
     WXK_DELETE  =    127,
 
     /* values from 128 to 255 are reserved for ASCII extended characters
-       (note that there isn't a real widely used standard for the meaning
+       (note that there isn't a single fixed standard for the meaning
        of these values; avoid them in portable apps!) */
 
-    /* These are, by design, not compatible with unicode characters.
+    /* These are not compatible with unicode characters.
        If you want to get a unicode character from a key event, use
-       wxKeyEvent::GetUnicodeKey instead.                           */
+       wxKeyEvent::GetUnicodeKey                                    */
     WXK_START   = 300,
     WXK_LBUTTON,
     WXK_RBUTTON,