mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 08:15:01 +01:00
...
This commit is contained in:
parent
115fa2e679
commit
f4b097fad0
4 changed files with 1385 additions and 4317 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB |
1009
resources/images/dictionary.svg
Normal file
1009
resources/images/dictionary.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 48 KiB |
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -448,7 +448,7 @@ def __init__(self, *args):
|
|||
self.unimplemented_actions = list(map(self.pageAction,
|
||||
[d.DownloadImageToDisk, d.OpenLinkInNewWindow, d.DownloadLinkToDisk,
|
||||
d.OpenImageInNewWindow, d.OpenLink]))
|
||||
self.dictionary_action = QAction(QIcon(I('dictionary.png')),
|
||||
self.dictionary_action = QAction(QIcon(I('dictionary.svg')),
|
||||
_('&Lookup in dictionary'), self)
|
||||
self.dictionary_action.setShortcut(Qt.CTRL+Qt.Key_L)
|
||||
self.dictionary_action.triggered.connect(self.lookup)
|
||||
|
|
|
|||
Loading…
Reference in a new issue