From 322378776e626bede3ea1ce506533cf8fe759110 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 27 Jan 2011 17:01:19 -0700 Subject: [PATCH] ... --- src/calibre/gui2/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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