]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/taskbar.cpp
(probably) fixed wxLocale::Init with Borland C++
[wxWidgets.git] / src / os2 / taskbar.cpp
index f9b432aa2bc73ce3aa2ed7fe945eff144aa9771d..72efa807d3b965454e2b958510b5122454d72994 100644 (file)
@@ -342,7 +342,6 @@ MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM
         default:
             break;
     }
-*/
     if (eventType)
     {
         wxEvent event;
@@ -351,6 +350,7 @@ MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM
 
         ProcessEvent(event);
     }
+*/
     return 0;
 }