summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprimmediacontrols.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-12-08 16:49:47 -0800
committerRick Pasetto <rick@lindenlab.com>2009-12-08 16:49:47 -0800
commit8e31171ee3e5ecfff5f0e5edddcd19cb8e36473f (patch)
tree21fcf82e2073f0cb3006bec707f4527f390bcb67 /indra/newview/llpanelprimmediacontrols.h
parent13eeba25d8573d0bb9ec6d19e5949a676ff546a2 (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.h2
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;