Shortened the shortening.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 3383e59a73
commit a90675c526
  1. 2
      src/cocoa_window.m

@ -579,7 +579,7 @@ static void createMenuBar(void)
// Prior to Snow Leopard, we need to use this oddly-named semi-private API // Prior to Snow Leopard, we need to use this oddly-named semi-private API
// to get the application menu working properly. // to get the application menu working properly.
[NSApp performSelector:NSSelectorFromString(@"setAppleMenu:") withObject:appMenu]; [NSApp performSelector:@selector(setAppleMenu:) withObject:appMenu];
} }

Loading…
Cancel
Save