From fd7285323d41ff9629cec8b3fd12d7da5b81ed7e Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 8 Sep 2009 01:46:19 +0000 Subject: [PATCH] In InitializeFrame(): Fixed a call to GenericMakeCB(). --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index e304315..65f6e9b 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4737,7 +4737,7 @@ local function InitializeFrame() end) local ARL_WrathCommon1CB = CreateFrame("CheckButton", "ARL_WrathCommon1CB", addon.Fly_Rep_LK, "UICheckButtonTemplate") - addon:GenericMakeCB(ARL_WrathCommon1CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Vanguard_Expedition_FactionText), 86, 2, 1, 0) + addon:GenericMakeCB(ARL_WrathCommon1CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Vanguard_Expedition_FactionText), "wrathcommon1", 2, 1, 0) ARL_WrathCommon1CBText:SetText(Vanguard_Expedition_FactionText) ARL_WrathCommon1CBText:SetFont(narrowFont, 11) -- 1.7.9.5