From 60930793c5d9b06bb897bebc411ff291f7e42edc Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 15 Jul 2010 01:45:05 -0400 Subject: [PATCH] Added sounds for expanding and contracting the main panel. --- Frame.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frame.lua b/Frame.lua index a41d977..27f3b41 100644 --- a/Frame.lua +++ b/Frame.lua @@ -941,6 +941,7 @@ function private.InitializeFrame() end MainPanel.filter_reset:Hide() MainPanel.filter_menu:Hide() + PlaySound("igCharacterInfoClose") else -- Change the text and tooltip for the filter button SetTooltipScripts(self, L["FILTER_CLOSE_DESC"]) @@ -969,6 +970,7 @@ function private.InitializeFrame() MainPanel.filter_menu:Show() end MainPanel.filter_reset:Show() + PlaySound("igCharacterInfoOpen") end MainPanel:ToggleState() self:SetTextures() -- 1.7.9.5