aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2023-08-22 22:34:39 +0200
committerTeddy Wing2023-08-22 22:34:39 +0200
commit1efde260550b5eabe50b789e7e2a443fcfbaac14 (patch)
treeedf148b3d846e257c800c49b431816afcead5238 /src
parent99bfba277bc3e8902553a2a19e58ef520b553a41 (diff)
downloadBase-Windowed-Application-1efde260550b5eabe50b789e7e2a443fcfbaac14.tar.bz2
MainMenu: Add note for static application name
Diffstat (limited to 'src')
-rw-r--r--src/MainMenu.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainMenu.m b/src/MainMenu.m
index b1f29a7..70cb245 100644
--- a/src/MainMenu.m
+++ b/src/MainMenu.m
@@ -46,6 +46,7 @@ NSMenu *MainMenuCreate()
NSString *MainMenuGetApplicationName()
{
+ // TODO: #define this from the Makefile
NSString *application_name = [[NSBundle mainBundle]
objectForInfoDictionaryKey:@"CFBundleName"];
if (!application_name) {