summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-17 08:25:41 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-17 08:25:41 +0200
commitdb264802503606fd2d8a02fd761ad0914c28818a (patch)
treeb152ae59a082cc17eb63f09d8bd09ed60827d9d4 /src
parente6da8b077882d2190c021b91869e3a8892cc0b4e (diff)
macOS: Added Debug Information to Help menu
Diffstat (limited to 'src')
-rw-r--r--src/ui/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index a1fb378f..8cab100d 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -185,6 +185,8 @@ static const iMenuItem identityMenuItems_[] = {
185static const iMenuItem helpMenuItems_[] = { 185static const iMenuItem helpMenuItems_[] = {
186 { "Help", 0, 0, "!open url:about:help" }, 186 { "Help", 0, 0, "!open url:about:help" },
187 { "Release Notes", 0, 0, "!open url:about:version" }, 187 { "Release Notes", 0, 0, "!open url:about:version" },
188 { "---", 0, 0, NULL },
189 { "Debug Information", 0, 0, "!open url:about:debug" },
188}; 190};
189#endif 191#endif
190 192