]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE
[wxWidgets.git] / src / msw / evtloop.cpp
index d01f77b1b64b72be5ef91d0d9e4bf8e3438b772a..4325bbdd0a33c0c313e8d67986e33d412a84e181 100644 (file)
@@ -116,7 +116,7 @@ bool wxEventLoop::PreProcessMessage(WXMSG *msg)
     HWND hwnd = msg->hwnd;
     wxWindow *wndThis = wxGetWindowFromHWND((WXHWND)hwnd);
 
-    // this may happen if the event occured in a standard modeless dialog (the
+    // this may happen if the event occurred in a standard modeless dialog (the
     // only example of which I know of is the find/replace dialog) - then call
     // IsDialogMessage() to make TAB navigation in it work
     if ( !wndThis )