Fix the keybinding names in the blizz keybinding panel.

This commit is contained in:
Hendrik Leppkes
2009-05-21 11:56:23 +02:00
parent e8f070836e
commit 043098225a
+1 -1
View File
@@ -53,7 +53,7 @@ function Bartender4:OnInitialize()
_G[('BINDING_HEADER_BT4BLANK%d'):format(i)] = "Bartender4 " .. L["Bar %s"]:format(i) _G[('BINDING_HEADER_BT4BLANK%d'):format(i)] = "Bartender4 " .. L["Bar %s"]:format(i)
end end
for k=1,12 do 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
end end
BINDING_HEADER_BT4PET = "Bartender4 " .. L["Pet Bar"] BINDING_HEADER_BT4PET = "Bartender4 " .. L["Pet Bar"]