AbstractSettingsApplication.st
changeset 16644 1c87adf56e82
parent 16629 940c80b32393
child 16646 a5f135955d71
child 16673 72965741529d
--- a/AbstractSettingsApplication.st	Tue May 31 20:22:38 2016 +0200
+++ b/AbstractSettingsApplication.st	Wed Jun 01 12:49:27 2016 +0200
@@ -6524,7 +6524,7 @@
     function := self selectedFunctionKey value asSymbol.
 
     function = (resources string:'* unassigned *') ifTrue:[
-        mappings removekey:rawKey
+        mappings removeKey:rawKey
     ] ifFalse:[
         mappings at:rawKey put:function.
     ].