order than the current OnInit handling for cocoa and carbon we still have to use the native callback for ios

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-05-13 20:02:22 +00:00
parent 705f6c1c8b
commit 750ca509ac

View File

@@ -420,6 +420,10 @@ void wxApp::OSXOnWillFinishLaunching()
void wxApp::OSXOnDidFinishLaunching()
{
// on cocoa we cannot do this, as it would arrive "AFTER" an OpenFiles event
#if wxOSX_USE_IPHONE
wxTheApp->OnInit();
#endif
}
void wxApp::OSXOnWillTerminate()