diff --git a/imgsrc/generic-library.svg b/imgsrc/generic-library.svg new file mode 100644 index 0000000000..8d0a4fb504 --- /dev/null +++ b/imgsrc/generic-library.svg @@ -0,0 +1,111 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/generic-library.png b/resources/images/generic-library.png new file mode 100644 index 0000000000..fe7b07e36e Binary files /dev/null and b/resources/images/generic-library.png differ diff --git a/src/calibre/gui2/viewer/toolbars.py b/src/calibre/gui2/viewer/toolbars.py index f9058f05b4..32bce959db 100644 --- a/src/calibre/gui2/viewer/toolbars.py +++ b/src/calibre/gui2/viewer/toolbars.py @@ -50,7 +50,7 @@ def all_actions(): 'previous': Action('previous.png', _('Previous page'), 'previous'), 'toc': Action('toc.png', _('Table of Contents'), 'toggle_toc'), 'bookmarks': Action('bookmarks.png', _('Bookmarks'), 'toggle_bookmarks'), - 'lookup': Action('search.png', _('Lookup words'), 'toggle_lookup'), + 'lookup': Action('generic-library.png', _('Lookup words'), 'toggle_lookup'), 'chrome': Action('tweaks.png', _('Show viewer controls'), 'show_chrome'), 'mode': Action('scroll.png', _('Toggle paged mode'), 'toggle_paged_mode'), 'print': Action('print.png', _('Print book'), 'print'),