Preferences/ShortcutsDialog.py

changeset 564
b3d966393ba9
parent 553
5af61623ae3c
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ShortcutsDialog.py
--- a/Preferences/ShortcutsDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ShortcutsDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -295,7 +295,7 @@
                         if keystr == itmseq:
                             res = E5MessageBox.yesNo(self,
                                 self.trUtf8("Edit shortcuts"),
-                                self.trUtf8(\
+                                self.trUtf8(
                                     """<p><b>{0}</b> has already been allocated"""
                                     """ to the <b>{1}</b> action. """
                                     """Remove this binding?</p>""")
@@ -314,7 +314,7 @@
                         if itmseq.startswith("{0}+".format(keystr)):
                             res = E5MessageBox.yesNo(self,
                                 self.trUtf8("Edit shortcuts"),
-                                self.trUtf8(\
+                                self.trUtf8(
                                     """<p><b>{0}</b> hides the <b>{1}</b> action. """
                                     """Remove this binding?</p>""")
                                     .format(keystr, itm.text(0)),
@@ -329,7 +329,7 @@
                         if keystr.startswith("{0}+".format(itmseq)):
                             res = E5MessageBox.yesNo(self,
                                 self.trUtf8("Edit shortcuts"),
-                                self.trUtf8(\
+                                self.trUtf8(
                                     """<p><b>{0}</b> is hidden by the """
                                     """<b>{1}</b> action. """
                                     """Remove this binding?</p>""")

eric ide

mercurial