]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
Don't close arcs drawn in wxPostScriptDC.
[wxWidgets.git] / src / os2 / evtloop.cpp
index 01916125ea8b8cd5870d0938ee35970191b2b38d..6624e1bc4a6f64270bcd2bbc7c48e7bc6af3edcf 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -404,7 +404,7 @@ bool wxGUIEventLoop::YieldFor(long eventsToProcess)
     if (wxTheApp)
     {
         wxTheApp->ProcessPendingEvents();
-       wxTheApp->HandleSockets();
+        wxTheApp->HandleSockets();
     }
 
     //