From 043098225a0d2fa298d37141d1da293f7763edc7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 21 May 2009 11:56:23 +0200 Subject: [PATCH] Fix the keybinding names in the blizz keybinding panel. --- Bartender4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bartender4.lua b/Bartender4.lua index eaedd8d..1716dfd 100644 --- a/Bartender4.lua +++ b/Bartender4.lua @@ -53,7 +53,7 @@ function Bartender4:OnInitialize() _G[('BINDING_HEADER_BT4BLANK%d'):format(i)] = "Bartender4 " .. L["Bar %s"]:format(i) end for k=1,12 do - _G[("BINDING_NAME_CLICK BT4Button%dSecure:LeftButton"):format(((i-1)*12)+k)] = ("Bartender4 %s %s"):format(L["Bar %s"]:format(i), L["Button %s"]:format(k)) + _G[("BINDING_NAME_CLICK BT4Button%d:LeftButton"):format(((i-1)*12)+k)] = ("Bartender4 %s %s"):format(L["Bar %s"]:format(i), L["Button %s"]:format(k)) end end BINDING_HEADER_BT4PET = "Bartender4 " .. L["Pet Bar"]