]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
applied (slightly modified) patch for loading large/small icons
[wxWidgets.git] / src / msw / app.cpp
index d994f7b343acf060a6ac0e35d68ad2be553ff07c..97db7145272cab692b6f4010f8d1db509283eda1 100644 (file)
@@ -1035,6 +1035,7 @@ bool wxApp::ProcessMessage(WXMSG *wxmsg)
     // Try translations first; find the youngest window with
     // a translation table.
     wxWindow *wnd;
+
     for ( wnd = wndThis; wnd; wnd = wnd->GetParent() )
     {
         if ( wnd->MSWTranslateMessage(wxmsg) )