Quantcast

Removed the word "Miscellaneous" and the "Display Exclusions" checkbox from the Miscellaneous filter menu.

James D. Callahan III [06-17-10 - 03:45]
Removed the word "Miscellaneous" and the "Display Exclusions" checkbox from the Miscellaneous filter menu.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index e07fb46..eb38d31 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -4320,20 +4320,9 @@ function addon:InitializeFrame()
 	MainPanel.filter_menu.misc:SetPoint("TOPLEFT", MainPanel.filter_menu, "TOPLEFT", 17, -16)
 	MainPanel.filter_menu.misc:Hide()

-	local ARL_MiscText = MainPanel.filter_menu.misc:CreateFontString("ARL_MiscText", "OVERLAY", "GameFontHighlight")
-	ARL_MiscText:SetText(_G.MISCELLANEOUS .. ":")
-	ARL_MiscText:SetPoint("TOPLEFT", MainPanel.filter_menu.misc, "TOPLEFT", 5, -8)
-	ARL_MiscText:SetHeight(14)
-	ARL_MiscText:SetWidth(150)
-	ARL_MiscText:SetJustifyH("LEFT")
-
-	local ARL_IgnoreCB = CreateFrame("CheckButton", "ARL_IgnoreCB", MainPanel.filter_menu.misc, "UICheckButtonTemplate")
-	InitializeCheckButton(ARL_IgnoreCB, MainPanel.filter_menu.misc, L["DISPLAY_EXCLUSION_DESC"], 0, 2, 1, 1)
-	ARL_IgnoreCB.text:SetText(L["Display Exclusions"])
-
-	local ARL_MiscAltText = MainPanel.filter_menu.misc:CreateFontString("ARL_MiscAltBtn", "OVERLAY", "GameFontNormal")
+	local ARL_MiscAltText = MainPanel.filter_menu.misc:CreateFontString("ARL_MiscAltBtn", "OVERLAY", "QuestFontNormalSmall")
 	ARL_MiscAltText:SetText(L["Alt-Tradeskills"] .. ":")
-	ARL_MiscAltText:SetPoint("TOPLEFT", ARL_IgnoreCB, "BOTTOMLEFT", 4, 0)
+	ARL_MiscAltText:SetPoint("TOPLEFT", MainPanel.filter_menu.misc, "TOPLEFT", 5, -8)
 	ARL_MiscAltText:SetHeight(14)
 	ARL_MiscAltText:SetWidth(95)
 	ARL_MiscAltText:SetJustifyH("LEFT")