From 9a3a7fe7d71f3ff74fd7ef42b094888a49487f09 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Sun, 10 May 2009 20:58:15 +0000 Subject: [PATCH] AckisRecipeList: - fixed the state of the expand button after doing a search --- ARLFrame.lua | 6 ++++++ Locals/testenUS.lua | 1 + 2 files changed, 7 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index 243a475..1448de2 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3389,6 +3389,9 @@ function addon:CreateFrame( initDisplayStrings() RecipeList_Update() + ARL_ExpandButton:SetText(L["EXPANDALL"]) + addon:TooltipDisplay(ARL_ExpandButton, L["EXPANDALL_DESC"]) + ARL_SearchButton:SetNormalFontObject("GameFontDisableSmall") ARL_SearchButton:Disable() end @@ -3434,6 +3437,9 @@ function addon:CreateFrame( initDisplayStrings() RecipeList_Update() + ARL_ExpandButton:SetText(L["EXPANDALL"]) + addon:TooltipDisplay(ARL_ExpandButton, L["EXPANDALL_DESC"]) + ARL_SearchButton:SetNormalFontObject("GameFontDisableSmall") ARL_SearchButton:Disable() end diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index 0b4ca9d..d794523 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1748,3 +1748,4 @@ L["Orland Schaeffer"] = true L["Imindril Spearsong"] = true L["First Aid Trainer"] = true L["Enchanting Trainer"] = true +L["Alt-Tradeskills"] = true \ No newline at end of file -- 1.7.9.5