Preferences/ShortcutDialog.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3591
2f2a4a76dd22
diff -r 33a75660df08 -r 0c2dc1446ebf Preferences/ShortcutDialog.py
--- a/Preferences/ShortcutDialog.py	Sat Apr 26 10:06:49 2014 +0200
+++ b/Preferences/ShortcutDialog.py	Sat Apr 26 10:36:09 2014 +0200
@@ -62,7 +62,7 @@
         msh = self.minimumSizeHint()
         self.resize(max(self.width(), msh.width()), msh.height())
 
-    def setKeys(self, key, alternateKey,  noCheck, objectType):
+    def setKeys(self, key, alternateKey, noCheck, objectType):
         """
         Public method to set the key to be configured.
         

eric ide

mercurial