]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
Fix for crash when opening empty node
[wxWidgets.git] / src / os2 / app.cpp
index 3453d44396b55528d881094a2826379aef42db7c..3620b182ac857fec94bd8772ef6c633b56a63fb9 100644 (file)
     #include "wx/dialog.h"
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/dialog.h"
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
-    #include "wx/wxchar.h"
+    #include "wx/crt.h"
     #include "wx/log.h"
     #include "wx/log.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/stdpaths.h"
 #include "wx/filename.h"
 
 #endif
 
 #include "wx/stdpaths.h"
 #include "wx/filename.h"
 
-#include "wx/module.h"
-
 #include "wx/os2/private.h"
 
 #ifdef __EMX__
 #include "wx/os2/private.h"
 
 #ifdef __EMX__
@@ -485,8 +484,6 @@ void wxApp::OnIdle( wxIdleEvent& rEvent )
 
     gbInOnIdle = true;
 
 
     gbInOnIdle = true;
 
-    wxAppBase::OnIdle(rEvent);
-
 #if wxUSE_DC_CACHEING
     // automated DC cache management: clear the cached DCs and bitmap
     // if it's likely that the app has finished with them, that is, we
 #if wxUSE_DC_CACHEING
     // automated DC cache management: clear the cached DCs and bitmap
     // if it's likely that the app has finished with them, that is, we