--- a/E5Gui/E5MainWindow.py Mon Oct 14 18:26:25 2013 +0200 +++ b/E5Gui/E5MainWindow.py Mon Oct 14 19:30:36 2013 +0200 @@ -51,7 +51,8 @@ styleSheet = f.read() f.close() except (IOError, OSError) as msg: - E5MessageBox.warning(self, + E5MessageBox.warning( + self, self.trUtf8("Loading Style Sheet"), self.trUtf8( """<p>The Qt Style Sheet file <b>{0}</b> could"""