1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 10:58:50 -05:00

Shortened the shortening.

This commit is contained in:
Camilla Berglund 2012-03-05 22:05:40 +01:00
parent 3383e59a73
commit a90675c526

View File

@ -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];
}