E5Gui/E5MainWindow.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
--- a/E5Gui/E5MainWindow.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/E5Gui/E5MainWindow.py	Fri Nov 01 15:48:48 2013 +0100
@@ -53,7 +53,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