mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
62db82267f
commit
3964715d56
@ -801,7 +801,7 @@ class Boss(QObject):
|
||||
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…
x
Reference in New Issue
Block a user