From 366d75571cc13dbd59a718b44f9723c11ffb4218 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 10 May 2013 23:12:01 +0400 Subject: [PATCH] oops --- ElvUI_SLE/modules/marks/flares.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/marks/flares.lua b/ElvUI_SLE/modules/marks/flares.lua index 777e777..2191531 100644 --- a/ElvUI_SLE/modules/marks/flares.lua +++ b/ElvUI_SLE/modules/marks/flares.lua @@ -53,7 +53,7 @@ function RF:SetupButton(button, flare) button:SetScript("OnEnter", function(self) if (E.db.sle.flares.tooltips==true) then GameTooltip:SetOwner(self, "ANCHOR_CURSOR"); GameTooltip:ClearLines(); GameTooltip:AddLine(L["Cross World Marker"]); GameTooltip:Show() end end) button:SetScript("OnLeave", function(self) GameTooltip:Hide() end) elseif button == f5 then - button.tex:SetTexture("INTERFACE/TARGETINGFRAME/UI-RaidTargetingIcon_1")L[ + button.tex:SetTexture("INTERFACE/TARGETINGFRAME/UI-RaidTargetingIcon_1") button:SetScript("OnEnter", function(self) if (E.db.sle.flares.tooltips==true) then GameTooltip:SetOwner(self, "ANCHOR_CURSOR"); GameTooltip:ClearLines(); GameTooltip:AddLine(L["Star World Marker"]); GameTooltip:Show() end end) button:SetScript("OnLeave", function(self) GameTooltip:Hide() end) elseif button == f6 then -- 1.7.9.5