From 2804e1ff817e1ed150a33054476170e084dd84fd Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 11 Dec 2019 22:17:18 +0100 Subject: [PATCH] Cocoa: Update outdated comment From upstream: https://github.com/glfw/glfw/commit/b3544ca43e2fd328aa084f118789c7eeda5869a8. --- glfw/cocoa_init.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/glfw/cocoa_init.m b/glfw/cocoa_init.m index a6b6ea136..cf9552b82 100644 --- a/glfw/cocoa_init.m +++ b/glfw/cocoa_init.m @@ -466,9 +466,8 @@ static GLFWapplicationwillfinishlaunchingfun finish_launching_callback = NULL; // In case we are unbundled, make us a proper UI application [NSApp setActivationPolicy:NSApplicationActivationPolicyRegular]; - // Menu bar setup must go between sharedApplication above and - // finishLaunching below, in order to properly emulate the behavior - // of NSApplicationMain + // Menu bar setup must go between sharedApplication and finishLaunching + // in order to properly emulate the behavior of NSApplicationMain if ([[NSBundle mainBundle] pathForResource:@"MainMenu" ofType:@"nib"]) {