mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Shortened the shortening.
This commit is contained in:
+1
-1
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user