diff options
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index d27d252b..6949e245 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -293,8 +293,8 @@ static const iMenuItem viewMenuItems_[] = { | |||
293 | }; | 293 | }; |
294 | 294 | ||
295 | static iMenuItem bookmarksMenuItems_[] = { | 295 | static iMenuItem bookmarksMenuItems_[] = { |
296 | { "${menu.bookmark.page}", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, | 296 | { "${menu.page.bookmark}", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, |
297 | { "${menu.subscribe.page}", subscribeToPage_KeyModifier, "feeds.subscribe" }, | 297 | { "${menu.page.subscribe}", subscribeToPage_KeyModifier, "feeds.subscribe" }, |
298 | { "---", 0, 0, NULL }, | 298 | { "---", 0, 0, NULL }, |
299 | { "${menu.import.links}", 0, 0, "bookmark.links confirm:1" }, | 299 | { "${menu.import.links}", 0, 0, "bookmark.links confirm:1" }, |
300 | { "---", 0, 0, NULL }, | 300 | { "---", 0, 0, NULL }, |
@@ -1162,7 +1162,7 @@ static void setupUserInterface_Window(iWindow *d) { | |||
1162 | { pin_Icon " ${sidebar.bookmarks}", 0, 0, "toolbar.showview arg:0" }, | 1162 | { pin_Icon " ${sidebar.bookmarks}", 0, 0, "toolbar.showview arg:0" }, |
1163 | { star_Icon " ${sidebar.feeds}", 0, 0, "toolbar.showview arg:1" }, | 1163 | { star_Icon " ${sidebar.feeds}", 0, 0, "toolbar.showview arg:1" }, |
1164 | { clock_Icon " ${sidebar.history}", 0, 0, "toolbar.showview arg:2" }, | 1164 | { clock_Icon " ${sidebar.history}", 0, 0, "toolbar.showview arg:2" }, |
1165 | { page_Icon " ${sidebar.outline}", 0, 0, "toolbar.showview arg:4" }, | 1165 | { page_Icon " ${toolbar.outline}", 0, 0, "toolbar.showview arg:4" }, |
1166 | }; | 1166 | }; |
1167 | iWidget *menu = makeMenu_Widget(findChild_Widget(toolBar, "toolbar.view"), | 1167 | iWidget *menu = makeMenu_Widget(findChild_Widget(toolBar, "toolbar.view"), |
1168 | items, iElemCount(items)); | 1168 | items, iElemCount(items)); |