E5Gui/E5MainWindow.py

changeset 3020
542e97d4ecb3
parent 2990
583beaf0b4b8
child 3035
36e9f388958b
child 3058
0a02c433f52d
--- 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"""

eric ide

mercurial