--- 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.