diff --git a/src/calibre/gui2/main_window.py b/src/calibre/gui2/main_window.py index a2221acd3a..e068e851c2 100644 --- a/src/calibre/gui2/main_window.py +++ b/src/calibre/gui2/main_window.py @@ -87,7 +87,7 @@ class MainWindow(QMainWindow): fe = sio.getvalue() prints(fe, file=sys.stderr) msg = '%s:'%type.__name__ + unicode(str(value), 'utf8', 'replace') - error_dialog(self, _('ERROR: Unhandled exception'), msg, det_msg=fe, + error_dialog(self, _('Unhandled exception'), msg, det_msg=fe, show=True) except BaseException: pass