From 1087438dd30edb86715d16170a23556b4c363dbe Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 23 Apr 2010 12:10:09 -0400 Subject: [PATCH] Anchor the LocationTab to the AcquisitionTab - the AcquireTab no longer exists. Bah. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 4545377..051eb1d 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1084,7 +1084,7 @@ do return tab end AcquisitionTab = CreateTab(1, L["Acquisition"], "TOPLEFT", MainPanel, "BOTTOMLEFT", 4, 3) - LocationTab = CreateTab(2, L["Location"], "LEFT", AcquireTab, "RIGHT", -14, 0) + LocationTab = CreateTab(2, L["Location"], "LEFT", AcquisitionTab, "RIGHT", -14, 0) RecipesTab = CreateTab(3, _G.TRADESKILL_SERVICE_LEARN, "LEFT", LocationTab, "RIGHT", -14, 0) MainPanel.tabs = { -- 1.7.9.5