Shortened the shortening.

This commit is contained in:
Camilla Berglund 2012-03-05 22:05:40 +01:00
parent 3383e59a73
commit a90675c526
1 changed files with 1 additions and 1 deletions

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