From f6e6800f7cc3e5174c57de3310f5121d6949a58b Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 7 Aug 2016 14:54:11 +0300 Subject: [PATCH] hm --- ElvUI_SLE/core/dropdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/core/dropdown.lua b/ElvUI_SLE/core/dropdown.lua index 4b45afa..d04e72a 100644 --- a/ElvUI_SLE/core/dropdown.lua +++ b/ElvUI_SLE/core/dropdown.lua @@ -110,7 +110,7 @@ function SLE:DropDown(list, frame, MenuAnchor, FramePoint, xOffset, yOffset, par elseif frame.buttons[i].secure.buttonType == "macro" then frame.buttons[i]:SetAttribute("macrotext", frame.buttons[i].secure.ID) else - SLE:Print("Wrong argument for button type: "..frame.buttons[i].secure.buttonType) + SLE:ErrorPrint("Wrong argument for button type: "..frame.buttons[i].secure.buttonType) end frame.buttons[i]:HookScript("OnClick", OnClick) else -- 1.7.9.5