diff options
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index ea86a810..32cbaca9 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -3079,7 +3079,7 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e | |||
3079 | pushBackN_Array(&items, | 3079 | pushBackN_Array(&items, |
3080 | (iMenuItem[]){ { "---", 0, 0, NULL }, | 3080 | (iMenuItem[]){ { "---", 0, 0, NULL }, |
3081 | { "${link.copy}", 0, 0, "document.copylink" }, | 3081 | { "${link.copy}", 0, 0, "document.copylink" }, |
3082 | { pin_Icon " ${link.bookmark}", | 3082 | { bookmark_Icon " ${link.bookmark}", |
3083 | 0, | 3083 | 0, |
3084 | 0, | 3084 | 0, |
3085 | format_CStr("!bookmark.add title:%s url:%s", | 3085 | format_CStr("!bookmark.add title:%s url:%s", |
@@ -3124,7 +3124,7 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e | |||
3124 | { reload_Icon " ${menu.reload}", reload_KeyShortcut, "navigate.reload" }, | 3124 | { reload_Icon " ${menu.reload}", reload_KeyShortcut, "navigate.reload" }, |
3125 | { timer_Icon " ${menu.autoreload}", 0, 0, "document.autoreload.menu" }, | 3125 | { timer_Icon " ${menu.autoreload}", 0, 0, "document.autoreload.menu" }, |
3126 | { "---", 0, 0, NULL }, | 3126 | { "---", 0, 0, NULL }, |
3127 | { pin_Icon " ${menu.page.bookmark}", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, | 3127 | { bookmark_Icon " ${menu.page.bookmark}", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, |
3128 | { star_Icon " ${menu.page.subscribe}", subscribeToPage_KeyModifier, "feeds.subscribe" }, | 3128 | { star_Icon " ${menu.page.subscribe}", subscribeToPage_KeyModifier, "feeds.subscribe" }, |
3129 | { "---", 0, 0, NULL }, | 3129 | { "---", 0, 0, NULL }, |
3130 | { book_Icon " ${menu.page.import}", 0, 0, "bookmark.links confirm:1" }, | 3130 | { book_Icon " ${menu.page.import}", 0, 0, "bookmark.links confirm:1" }, |