]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Better alphabetized the event handler macros
[wxWidgets.git] / src / msw / window.cpp
index 9caa2feab588eef115926b3ab341c52719287970..6f277cec40d7d941e70f762164f6cfcf3d16ba08 100644 (file)
@@ -4420,7 +4420,7 @@ static wxWindowMSW *FindWindowForMouseEvent(wxWindowMSW *win, int *x, int *y) //
 bool wxWindowMSW::HandleMouseEvent(WXUINT msg, int x, int y, WXUINT flags)
 {
     // the mouse events take consecutive IDs from WM_MOUSEFIRST to
-    // WM_MOUSELAST, so it's enough to substract WM_MOUSEMOVE == WM_MOUSEFIRST
+    // WM_MOUSELAST, so it's enough to subtract WM_MOUSEMOVE == WM_MOUSEFIRST
     // from the message id and take the value in the table to get wxWin event
     // id
     static const wxEventType eventsMouse[] =