diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-12-08 16:49:47 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-08 16:49:47 -0800 |
commit | 8e31171ee3e5ecfff5f0e5edddcd19cb8e36473f (patch) | |
tree | 21fcf82e2073f0cb3006bec707f4527f390bcb67 /indra/newview/llpanelprimmediacontrols.h | |
parent | 13eeba25d8573d0bb9ec6d19e5949a676ff546a2 (diff) |
DEV-43866: Fix mute button when you slide volume slider
Trivial fix, plus some minor refactoring
Diffstat (limited to 'indra/newview/llpanelprimmediacontrols.h')
-rw-r--r-- | indra/newview/llpanelprimmediacontrols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprimmediacontrols.h b/indra/newview/llpanelprimmediacontrols.h index 06163051a5..17e65b8b0c 100644 --- a/indra/newview/llpanelprimmediacontrols.h +++ b/indra/newview/llpanelprimmediacontrols.h @@ -153,7 +153,7 @@ private: LLUICtrl *mMediaPlaySliderPanel; LLUICtrl *mMediaPlaySliderCtrl; LLUICtrl *mVolumeCtrl; - LLButton *mVolumeBtn; + LLButton *mMuteBtn; LLUICtrl *mVolumeUpCtrl; LLUICtrl *mVolumeDownCtrl; LLSliderCtrl *mVolumeSliderCtrl; |