mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 20:46:05 +01:00
...
This commit is contained in:
parent
62db82267f
commit
3964715d56
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ def editor_link_clicked(self, url):
|
|||
if purl.scheme not in {'', 'file'}:
|
||||
open_url(QUrl(url))
|
||||
else:
|
||||
error_dialog(self, _('Not found'), _(
|
||||
error_dialog(self.gui, _('Not found'), _(
|
||||
'No file with the name %s was found in the book') % target, show=True)
|
||||
|
||||
def saved_searches(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue