summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 4e89df37..8aea1581 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -317,6 +317,7 @@ static const iMenuItem helpMenuItems_[] = {
317 { "Help", 0, 0, "!open url:about:help" }, 317 { "Help", 0, 0, "!open url:about:help" },
318 { "Release Notes", 0, 0, "!open url:about:version" }, 318 { "Release Notes", 0, 0, "!open url:about:version" },
319 { "---", 0, 0, NULL }, 319 { "---", 0, 0, NULL },
320 { "About Pages", 0, 0, "!open url:about:about" },
320 { "Debug Information", 0, 0, "!open url:about:debug" }, 321 { "Debug Information", 0, 0, "!open url:about:debug" },
321}; 322};
322#endif 323#endif