From 4b6d84c55109309dc7035ef2ca4be6e86be1c415 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 19 Mar 2021 11:10:59 +0200 Subject: macOS: Added "about:about" to Help menu --- src/ui/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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_[] = { { "Help", 0, 0, "!open url:about:help" }, { "Release Notes", 0, 0, "!open url:about:version" }, { "---", 0, 0, NULL }, + { "About Pages", 0, 0, "!open url:about:about" }, { "Debug Information", 0, 0, "!open url:about:debug" }, }; #endif -- cgit v1.2.3