No real changes, just fix some typos in comments in wxMSW code.

Closes #14994.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-01-23 11:44:26 +00:00
parent 3e5f88c6d2
commit 070d639118
12 changed files with 17 additions and 17 deletions

View File

@@ -1430,7 +1430,7 @@ WXDWORD wxWindowMSW::MSWGetStyle(long flags, WXDWORD *exstyle) const
// it doesn't seem useful to use WS_CLIPSIBLINGS here as we officially
// don't support overlapping windows and it only makes sense for them and,
// presumably, gives the system some extra work (to manage more clipping
// regions), so avoid it alltogether
// regions), so avoid it altogether
if ( flags & wxVSCROLL )
@@ -5451,7 +5451,7 @@ bool wxWindowMSW::HandleMouseEvent(WXUINT msg, int x, int y, WXUINT flags)
};
#ifdef wxHAS_XBUTTON
// the same messages are used for both auxillary mouse buttons so we need
// the same messages are used for both auxiliary mouse buttons so we need
// to adjust the index manually
switch ( msg )
{