changeset 9:5555dc7090b8

even more refactor leftovers
author Nenue
date Thu, 28 Jul 2016 17:35:01 -0400
parents 539fd88338f2
children e7977b336bf7
files SkeletonKey/KeyBinds.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/SkeletonKey/KeyBinds.lua	Thu Jul 28 17:34:21 2016 -0400
+++ b/SkeletonKey/KeyBinds.lua	Thu Jul 28 17:35:01 2016 -0400
@@ -335,7 +335,7 @@
       SetBinding(key, nil)
       SaveBindings(GetCurrentBindingSet())
       if kb.currentProfile.bindings[key] then
-        kb:print(BINDING_REMOVED:format(self.actionName, configHeaders[db.bindMode]))
+        kb:print(BINDING_REMOVED:format(self.actionName, kb.configHeaders[db.bindMode]))
         kb.currentProfile.bindings[key] = nil
       end
       if kb.currentProfile.talents[self.actionName] then