mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1969458 [Missing graphical icon.](https://bugs.launchpad.net/calibre/+bug/1969458)
This commit is contained in:
parent
0788eff9f3
commit
656b17421c
@ -67,7 +67,7 @@ def all_actions():
|
|||||||
'toggle_highlights': Action('highlight_only_on.png', _('Browse highlights in book'), 'toggle_highlights'),
|
'toggle_highlights': Action('highlight_only_on.png', _('Browse highlights in book'), 'toggle_highlights'),
|
||||||
'select_all': Action('edit-select-all.png', _('Select all text in the current file')),
|
'select_all': Action('edit-select-all.png', _('Select all text in the current file')),
|
||||||
'edit_book': Action('edit_book.png', _('Edit this book'), 'edit_book'),
|
'edit_book': Action('edit_book.png', _('Edit this book'), 'edit_book'),
|
||||||
'reload_book': Action('reload.png', _('Reload this book'), 'reload_book'),
|
'reload_book': Action('view-refresh.png', _('Reload this book'), 'reload_book'),
|
||||||
}
|
}
|
||||||
all_actions.ans = Actions(amap)
|
all_actions.ans = Actions(amap)
|
||||||
return all_actions.ans
|
return all_actions.ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user