From 8396aba479bdd4240850a989f8d7f54a8b44712e Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 27 Nov 2009 10:46:11 +0000 Subject: [PATCH] Fix a display issue for binding entries --- CliqueOptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliqueOptions.lua b/CliqueOptions.lua index f86e827..d9ce488 100644 --- a/CliqueOptions.lua +++ b/CliqueOptions.lua @@ -1100,7 +1100,7 @@ function Clique:FillListEntry(frame, idx) end local type = string.format("%s%s", string.upper(string.sub(entry.type, 1, 1)), string.sub(entry.type, 2)) - local button = tonumber(entry.button) + local button = entry.button frame.icon:SetTexture(entry.texture or "Interface\\Icons\\INV_Misc_QuestionMark") frame.binding:SetText(entry.modifier..self:GetButtonText(button)) -- 1.7.9.5