diff options
author | richard <none@none> | 2010-01-11 19:00:52 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-11 19:00:52 -0800 |
commit | 145dd30b9aaf6d2f53c606f5b0f30d3aefc1024b (patch) | |
tree | 5250893ac95699cb01b3dc76f0c999993189e303 /indra/newview/llcallfloater.cpp | |
parent | 0f11042d25e0d9f26fd5921637e2a27209204d56 (diff) |
EXT-4032 - remove extra space in voice control panel
to be reviewed by Erica
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 1468f6d584..0025c10b24 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -314,7 +314,7 @@ void LLCallFloater::updateSession() //hide "Leave Call" button for nearby chat bool is_local_chat = mVoiceType == VC_LOCAL_CHAT; - childSetVisible("leave_call_btn", !is_local_chat); + childSetVisible("leave_call_btn_panel", !is_local_chat); refreshParticipantList(); updateAgentModeratorState(); |