Removed a duplicate TODO.
This commit is contained in:
parent
b3fec90537
commit
8b74c2fb92
|
@ -123,7 +123,7 @@ enum {
|
||||||
[appMenu addItem:[NSMenuItem separatorItem]];
|
[appMenu addItem:[NSMenuItem separatorItem]];
|
||||||
|
|
||||||
// and finally Quit
|
// and finally Quit
|
||||||
// DON'T use @selector(terminate:) as the action; we handle termination ourselves (TODO figure out how)
|
// DON'T use @selector(terminate:) as the action; we handle termination ourselves
|
||||||
title = [@"Quit " stringByAppendingString:appName];
|
title = [@"Quit " stringByAppendingString:appName];
|
||||||
item = [[NSMenuItem alloc] initWithTitle:title action:@selector(onClicked:) keyEquivalent:@"q"];
|
item = [[NSMenuItem alloc] initWithTitle:title action:@selector(onClicked:) keyEquivalent:@"q"];
|
||||||
[item setTarget:self];
|
[item setTarget:self];
|
||||||
|
|
Loading…
Reference in New Issue