git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63858
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return true;
}
-#if wxOSX_USE_CARBON
+#if wxOSX_USE_COCOA_OR_CARBON
bool wxApp::CallOnInit()
{
wxMacAutoreleasePool autoreleasepool;
- (void)applicationWillFinishLaunching:(NSApplication *)application {
wxUnusedVar(application);
- wxTheApp->OnInit();
}
- (BOOL)application:(NSApplication *)sender openFile:(NSString *)filename;
}
@end
-bool wxApp::CallOnInit()
-{
- if ( sm_isEmbedded )
- return OnInit();
-
- return true;
-}
-
bool wxApp::DoInitGui()
{
wxMacAutoreleasePool pool;