diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-16 13:20:39 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-16 13:20:39 +0300 |
commit | 19f29bc4382b3dfe9d3c21ddabd5501919c76566 (patch) | |
tree | e72732b464bf2088a67340208ec2a06cdfc77225 /src/ui/documentwidget.c | |
parent | 2eddc6ee320204c7791ef23e6a4bbea67f151796 (diff) |
Changed UI icons related to bookmarks
Use the Book and Bookmark characters.
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" }, |