E5Gui/E5MainWindow.py

changeset 2990
583beaf0b4b8
parent 2302
f29e9405c851
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/E5Gui/E5MainWindow.py	Sun Oct 06 19:14:26 2013 +0200
+++ b/E5Gui/E5MainWindow.py	Sun Oct 06 19:45:29 2013 +0200
@@ -53,8 +53,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