E5Gui/E5MainWindow.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2990
583beaf0b4b8
child 3058
0a02c433f52d
--- a/E5Gui/E5MainWindow.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/E5Gui/E5MainWindow.py	Fri Oct 18 23:00:41 2013 +0200
@@ -55,8 +55,9 @@
             except (IOError, OSError) as msg:
                 E5MessageBox.warning(self,
                     self.trUtf8("Loading Style Sheet"),
-                    self.trUtf8("""<p>The Qt Style Sheet file <b>{0}</b> could"""
-                                """ not be read.<br>Reason: {1}</p>""")
+                    self.trUtf8(
+                        """<p>The Qt Style Sheet file <b>{0}</b> could"""
+                        """ not be read.<br>Reason: {1}</p>""")
                         .format(styleSheetFile, str(msg)))
                 return
         else:

eric ide

mercurial