Removed a duplicate TODO.

This commit is contained in:
Pietro Gagliardi 2015-04-30 22:46:24 -04:00
parent b3fec90537
commit 8b74c2fb92
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ enum {
[appMenu addItem:[NSMenuItem separatorItem]];
// 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];
item = [[NSMenuItem alloc] initWithTitle:title action:@selector(onClicked:) keyEquivalent:@"q"];
[item setTarget:self];