UI/UserInterface.py

changeset 3621
15f23ed3f216
parent 3600
7d17c492ab95
child 3649
2456f04f60a8
diff -r 2c8d96d47cda -r 15f23ed3f216 UI/UserInterface.py
--- a/UI/UserInterface.py	Fri May 30 13:17:20 2014 +0200
+++ b/UI/UserInterface.py	Fri May 30 15:16:40 2014 +0200
@@ -1165,11 +1165,13 @@
                 self.setWindowTitle(
                     self.tr("{0} - Passive Mode").format(Program))
             elif self.capProject and not self.capEditor:
-                self.setWindowTitle(self.tr("{0} - {1} - Passive Mode")
-                    .format(self.capProject, Program))
+                self.setWindowTitle(
+                    self.tr("{0} - {1} - Passive Mode")
+                        .format(self.capProject, Program))
             elif not self.capProject and self.capEditor:
-                self.setWindowTitle(self.tr("{0} - {1} - Passive Mode")
-                    .format(self.capEditor, Program))
+                self.setWindowTitle(
+                    self.tr("{0} - {1} - Passive Mode")
+                        .format(self.capEditor, Program))
             else:
                 self.setWindowTitle(
                     self.tr("{0} - {1} - {2} - Passive Mode")

eric ide

mercurial