summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmedia.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanellandmedia.h')
-rw-r--r--indra/newview/llpanellandmedia.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llpanellandmedia.h b/indra/newview/llpanellandmedia.h
index 459193f0dd..6a53dd42a5 100644
--- a/indra/newview/llpanellandmedia.h
+++ b/indra/newview/llpanellandmedia.h
@@ -56,10 +56,14 @@ private:
static void onCommitAny(LLUICtrl* ctrl, void *userdata);
static void onCommitType(LLUICtrl* ctrl, void *userdata);
static void onSetBtn(void* userdata);
+ static void onClickSoundHelp(void*);
private:
LLCheckBoxCtrl* mCheckSoundLocal;
- LLRadioGroup* mRadioVoiceChat;
+ LLButton* mSoundHelpButton;
+ LLCheckBoxCtrl* mCheckEnableVoiceChat;
+ LLCheckBoxCtrl* mCheckEnableVoiceChatIsEstateDisabled;
+ LLCheckBoxCtrl* mCheckEnableVoiceChatParcel;
LLLineEditor* mMusicURLEdit;
LLLineEditor* mMediaURLEdit;
LLLineEditor* mMediaDescEdit;