diff options
author | Teddy Wing | 2023-08-22 22:34:39 +0200 |
---|---|---|
committer | Teddy Wing | 2023-08-22 22:34:39 +0200 |
commit | 1efde260550b5eabe50b789e7e2a443fcfbaac14 (patch) | |
tree | edf148b3d846e257c800c49b431816afcead5238 /src | |
parent | 99bfba277bc3e8902553a2a19e58ef520b553a41 (diff) | |
download | Base-Windowed-Application-1efde260550b5eabe50b789e7e2a443fcfbaac14.tar.bz2 |
MainMenu: Add note for static application name
Diffstat (limited to 'src')
-rw-r--r-- | src/MainMenu.m | 1 |
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) { |