summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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