]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/evtloop.cpp
Add standard art providers at the bottom of the art providers stack.
[wxWidgets.git] / src / mgl / evtloop.cpp
index 620730bca0bd34958c15226c6bad46ce133fc1d3..5e89f6b8b89aa0da588e887c5bdfd4da328db314 100644 (file)
@@ -73,9 +73,9 @@ void wxEventLoopImpl::Dispatch()
 {
     event_t evt;
 
-    // VS: The code bellow is equal to MGL's EVT_halt implementation, with
-    //     two things added: sleeping (busy waiting is stupid, lets make CPU's
-    //     life a bit easier) and timers updating
+    // VS: The code below is equal to MGL's EVT_halt implementation, with
+    //     two things added: sleeping (busy waiting is stupid, let's make CPU's
+    //     life a bit easier) and timers updating.
 
     // EVT_halt(&evt, EVT_EVERYEVT);
     for (;;)