summaryrefslogtreecommitdiff
path: root/indra/newview/llcallfloater.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-12-17 14:34:49 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-12-17 14:34:49 +0200
commit668fcbbd80a8402d5e7e7e5cd77b6a8f72943f46 (patch)
tree4ada280695491bfb0ae52b5d2b9e2a46d1118785 /indra/newview/llcallfloater.cpp
parent56c483cfc9a1202b509519df7bb376dd2fffedd5 (diff)
Voice control panel: removed unused mic icon, added separator between "you" and "others" (EXT-3475).
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r--indra/newview/llcallfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp
index 5f45abc922..1f23840109 100644
--- a/indra/newview/llcallfloater.cpp
+++ b/indra/newview/llcallfloater.cpp
@@ -241,7 +241,7 @@ void LLCallFloater::updateSession()
//hide "Leave Call" button for nearby chat
bool is_local_chat = mVoiceType == VC_LOCAL_CHAT;
- childSetVisible("leave_btn_panel", !is_local_chat);
+ childSetVisible("leave_call_btn", !is_local_chat);
refreshPartisipantList();
updateModeratorState();