Quantcast

AckisRecipeList:

Jim-Bim [05-10-09 - 20:58]
AckisRecipeList:
- fixed the state of the expand button after doing a search
Filename
ARLFrame.lua
Locals/testenUS.lua
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