diff --git a/src/osx/cocoa/utils.mm b/src/osx/cocoa/utils.mm index 9f57601f84..225c9d487c 100644 --- a/src/osx/cocoa/utils.mm +++ b/src/osx/cocoa/utils.mm @@ -54,8 +54,8 @@ void wxBell() - (void)applicationWillFinishLaunching:(NSNotification *)application { wxUnusedVar(application); - // we must install our handlers later than setting the app delegates, because otherwise our handlers - // get overwritten + // we must install our handlers later than setting the app delegate, because otherwise our handlers + // get overwritten in the meantime NSAppleEventManager *appleEventManager = [NSAppleEventManager sharedAppleEventManager];