summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/root.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index f25dfbca..cf13169d 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -76,11 +76,11 @@ static const iMenuItem navMenuItems_[] = {
76 { "${menu.feeds.entrylist}", 0, 0, "!open url:about:feeds" }, 76 { "${menu.feeds.entrylist}", 0, 0, "!open url:about:feeds" },
77 { "---" }, 77 { "---" },
78 { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, 78 { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" },
79 { "${menu.help}", SDLK_F1, 0, "!open url:about:help" },
80 { "${menu.releasenotes}", 0, 0, "!open url:about:version" },
81 #if defined (LAGRANGE_ENABLE_WINSPARKLE) 79 #if defined (LAGRANGE_ENABLE_WINSPARKLE)
82 { "${menu.update}", 0, 0, "updater.check" }, 80 { "${menu.update}", 0, 0, "updater.check" },
83 #endif 81 #endif
82 { "${menu.help}", SDLK_F1, 0, "!open url:about:help" },
83 { "${menu.releasenotes}", 0, 0, "!open url:about:version" },
84 { "---" }, 84 { "---" },
85 { "${menu.quit}", 'q', KMOD_PRIMARY, "quit" } 85 { "${menu.quit}", 'q', KMOD_PRIMARY, "quit" }
86}; 86};