From 511cc76ef8742c2aed5b7aba1294d1fe25531cd9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 May 2015 16:28:46 -0400 Subject: [PATCH] Investigated setAppleMenu:; decided to save it for later. --- TODO.md | 1 + darwin/menu.m | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 7dbdb628..590858f0 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/darwin/menu.m b/darwin/menu.m index e02f28cc..96c5c63a 100644 --- a/darwin/menu.m +++ b/darwin/menu.m @@ -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;