From d69315ebec5e6ffc35d78ce7caf8d1559d6841c6 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 19 Dec 2020 21:56:49 +0200 Subject: macOS: Adjusted menu items --- src/ui/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index 5e346108..e1bb1c0b 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -162,7 +162,8 @@ static const iMenuItem viewMenuItems_[] = { static iMenuItem bookmarksMenuItems_[] = { { "Bookmark This Page...", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, - { "Import All Links on Page", 0, 0, "bookmark.links confirm:1" }, + { "---", 0, 0, NULL }, + { "Import All Links on Page...", 0, 0, "bookmark.links confirm:1" }, { "---", 0, 0, NULL }, { "List All", 0, 0, "open url:about:bookmarks" }, { "List by Tag", 0, 0, "open url:about:bookmarks?tags" }, @@ -170,7 +171,6 @@ static iMenuItem bookmarksMenuItems_[] = { { "Refresh Remote Sources", 0, 0, "bookmarks.reload.remote" }, { "---", 0, 0, NULL }, { "Subscribe to This Page...", subscribeToPage_KeyModifier, "feeds.subscribe" }, - { "---", 0, 0, NULL }, { "Show Feed Entries", 0, 0, "open url:about:feeds" }, { "Refresh Feeds", SDLK_r, KMOD_PRIMARY | KMOD_SHIFT, "feeds.refresh" }, }; -- cgit v1.2.3