mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
79b304baee
commit
e138fde8ac
@ -233,7 +233,7 @@ class Boss(QObject):
|
|||||||
if not syntax:
|
if not syntax:
|
||||||
return error_dialog(
|
return error_dialog(
|
||||||
self.gui, _('Unsupported file format'),
|
self.gui, _('Unsupported file format'),
|
||||||
_('Editing of files of type %s is not supported' % mime), show=True)
|
_('Editing files of type %s is not supported' % mime), show=True)
|
||||||
self.edit_file(name, syntax)
|
self.edit_file(name, syntax)
|
||||||
|
|
||||||
def do_editor_undo(self):
|
def do_editor_undo(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user