#BUGFIX by mawalch
authormawalch
Wed, 01 Jun 2016 12:49:27 +0200
changeset 16644 1c87adf56e82
parent 16642 16cdc17661a1
child 16645 bd1b6aa81dff
#BUGFIX by mawalch class: AbstractSettingsApplication removekey -> removeKey
AbstractSettingsApplication.st
--- 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.
     ].