Preferences/ConfigurationPages/QtPage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/QtPage.py
--- a/Preferences/ConfigurationPages/QtPage.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Preferences/ConfigurationPages/QtPage.py	Sun Nov 03 15:58:22 2013 +0100
@@ -67,7 +67,7 @@
         """
         Private slot to update the Qt4 tools sample label.
         """
-        self.qt4SampleLabel.setText("Sample: {0}designer{1}"\
+        self.qt4SampleLabel.setText("Sample: {0}designer{1}"
             .format(self.qt4PrefixEdit.text(),
                     self.qt4PostfixEdit.text()))
     

eric ide

mercurial