mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00: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
|
||||
// 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