Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3036
30c81c9e88b8
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py	Sat Oct 19 13:03:39 2013 +0200
@@ -77,7 +77,7 @@
                 self.trUtf8("""The guards list has been changed."""
                             """ Shall the changes be applied?"""),
                 E5MessageBox.StandardButtons(
-                    E5MessageBox.Apply | \
+                    E5MessageBox.Apply |
                     E5MessageBox.Discard),
                 E5MessageBox.Apply)
             if res == E5MessageBox.Apply:
@@ -120,7 +120,7 @@
                 self.trUtf8("""The guards list has been changed."""
                             """ Shall the changes be applied?"""),
                 E5MessageBox.StandardButtons(
-                    E5MessageBox.Apply | \
+                    E5MessageBox.Apply |
                     E5MessageBox.Discard),
                 E5MessageBox.Apply)
             if res == E5MessageBox.Apply:
@@ -312,7 +312,7 @@
                     self,
                     self.trUtf8("Apply Guard Definitions"),
                     self.trUtf8("""<p>The defined guards could not be"""
-                                """ applied.</p><p>Reason: {0}</p>""")\
+                                """ applied.</p><p>Reason: {0}</p>""")
                         .format(error))
             else:
                             self.__dirtyList = False

eric ide

mercurial