No real changes, just fix a typo in comments and documentation.
Use "surprising" instead of (common) "surprizing" misspelling. Closes #11627. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2338,7 +2338,7 @@ bool wxWindowMSW::MSWProcessMessage(WXMSG* pMsg)
|
||||
// combinations which are always processed)
|
||||
LONG lDlgCode = ::SendMessage(msg->hwnd, WM_GETDLGCODE, 0, 0);
|
||||
|
||||
// surprizingly, DLGC_WANTALLKEYS bit mask doesn't contain the
|
||||
// surprisingly, DLGC_WANTALLKEYS bit mask doesn't contain the
|
||||
// DLGC_WANTTAB nor DLGC_WANTARROWS bits although, logically,
|
||||
// it, of course, implies them
|
||||
if ( lDlgCode & DLGC_WANTALLKEYS )
|
||||
|
Reference in New Issue
Block a user