Investigated setAppleMenu:; decided to save it for later.

This commit is contained in:
Pietro Gagliardi 2015-05-03 16:28:46 -04:00
parent ecb565e06a
commit 511cc76ef8
2 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,7 @@
- have a cbSize member
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
- override dock menu quit item to act like our app menu quit item
- consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but
ultimately:
- add some sort of runtime type checking

View File

@ -110,7 +110,6 @@ enum {
}
// Cocoa constructs the default application menu by hand for each program; that's what MainMenu.[nx]ib does
// TODO investigate setAppleMenu:
- (void)buildApplicationMenu:(NSMenu *)menubar
{
NSString *appName;