E5Gui/E5MainWindow.py

changeset 3035
36e9f388958b
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 7ce719013078 -r 36e9f388958b E5Gui/E5MainWindow.py
--- a/E5Gui/E5MainWindow.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/E5Gui/E5MainWindow.py	Sat Oct 19 14:05:26 2013 +0200
@@ -57,7 +57,7 @@
                     self.trUtf8(
                         """<p>The Qt Style Sheet file <b>{0}</b> could"""
                         """ not be read.<br>Reason: {1}</p>""")
-                        .format(styleSheetFile, str(msg)))
+                    .format(styleSheetFile, str(msg)))
                 return
         else:
             styleSheet = ""

eric ide

mercurial