]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
Fix recreating of wxBitmapComboBox using untyped client data.
[wxWidgets.git] / src / os2 / evtloop.cpp
index 01916125ea8b8cd5870d0938ee35970191b2b38d..0267057888bcb89aa56ee08e7f9831651226c701 100644 (file)
@@ -4,9 +4,8 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // 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 +403,7 @@ bool wxGUIEventLoop::YieldFor(long eventsToProcess)
     if (wxTheApp)
     {
         wxTheApp->ProcessPendingEvents();
-       wxTheApp->HandleSockets();
+        wxTheApp->HandleSockets();
     }
 
     //