Cocoa: Update outdated comment

From upstream: b3544ca43e.
This commit is contained in:
Luflosi 2019-12-11 22:17:18 +01:00
parent ae27d36902
commit 2804e1ff81
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -466,9 +466,8 @@ - (void)applicationWillFinishLaunching:(NSNotification *)notification
// 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"])
{