More notes.

This commit is contained in:
Pietro Gagliardi 2016-06-04 00:16:37 -04:00
parent 7dcfb8c6c3
commit b65fb6509b
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ static void mapItemReleaser(void *key, void *value)
NSString *title;
NSMenu *servicesMenu;
// note: no need to call setAppleMenu: on this anymore; see https://developer.apple.com/library/mac/releasenotes/AppKit/RN-AppKitOlderNotes/#X10_6Notes
appName = [[NSProcessInfo processInfo] processName];
appMenuItem = [[[NSMenuItem alloc] initWithTitle:appName action:NULL keyEquivalent:@""] autorelease];
appMenu = [[[NSMenu alloc] initWithTitle:appName] autorelease];