mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Shortened the shortening.
This commit is contained in:
parent
3383e59a73
commit
a90675c526
|
@ -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…
Reference in New Issue
Block a user