diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index b4b8fff6..637018a9 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -111,6 +111,8 @@ static const iMenuItem navMenuItems_[] = { | |||
111 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, | 111 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, |
112 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, | 112 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, |
113 | { "---", 0, 0, NULL }, | 113 | { "---", 0, 0, NULL }, |
114 | { "Show Feed Entries", 0, 0, "!open url:about:feeds" }, | ||
115 | { "---", 0, 0, NULL }, | ||
114 | { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, | 116 | { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, |
115 | { "Help", SDLK_F1, 0, "!open url:about:help" }, | 117 | { "Help", SDLK_F1, 0, "!open url:about:help" }, |
116 | { "Release Notes", 0, 0, "!open url:about:version" }, | 118 | { "Release Notes", 0, 0, "!open url:about:version" }, |