diff options
author | McCabe Maxsted | 2010-08-22 19:38:52 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-28 05:01:29 -0700 |
commit | b190be8d292b2d2fbd02b370ba143103e0adfaaa (patch) | |
tree | bf3a2122db2e20ce2645cd2bd1e67aa5e7091643 /linden/indra/newview/llpanelgroupgeneral.h | |
parent | Fixed reconnect to voice button in prefs not disabling when voice is disabled (diff) | |
download | meta-impy-b190be8d292b2d2fbd02b370ba143103e0adfaaa.zip meta-impy-b190be8d292b2d2fbd02b370ba143103e0adfaaa.tar.gz meta-impy-b190be8d292b2d2fbd02b370ba143103e0adfaaa.tar.bz2 meta-impy-b190be8d292b2d2fbd02b370ba143103e0adfaaa.tar.xz |
Wip - mute group chat
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h index 7135667..c4572e2 100644 --- a/linden/indra/newview/llpanelgroupgeneral.h +++ b/linden/indra/newview/llpanelgroupgeneral.h | |||
@@ -107,6 +107,7 @@ private: | |||
107 | LLCheckBoxCtrl *mCtrlEnrollmentFee; | 107 | LLCheckBoxCtrl *mCtrlEnrollmentFee; |
108 | LLSpinCtrl *mSpinEnrollmentFee; | 108 | LLSpinCtrl *mSpinEnrollmentFee; |
109 | LLCheckBoxCtrl *mCtrlReceiveNotices; | 109 | LLCheckBoxCtrl *mCtrlReceiveNotices; |
110 | LLCheckBoxCtrl *mCtrlReceiveChat; | ||
110 | LLCheckBoxCtrl *mCtrlListGroup; | 111 | LLCheckBoxCtrl *mCtrlListGroup; |
111 | LLTextBox *mActiveTitleLabel; | 112 | LLTextBox *mActiveTitleLabel; |
112 | LLComboBox *mComboActiveTitle; | 113 | LLComboBox *mComboActiveTitle; |