summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-02-11 23:34:20 +0800
committerangela <angela@lindenlab.com>2010-02-11 23:34:20 +0800
commitf078c53da8ee11b7bb383c0974875b5ff4a15c6a (patch)
treef8fd975ace547f1e3c194cfa3446f1ef35b2d12b /indra/newview/llimview.cpp
parent3684b437a0e1c4c8be6d05e3a5f131265b8f1a39 (diff)
parent5e12a2cb697ad1d82a472cc35fc3570209e5ec0e (diff)
merge with remote repo
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 0965cbd0dc..5a6c6ebbee 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1665,6 +1665,7 @@ void LLOutgoingCallDialog::show(const LLSD& key)
{
case LLVoiceChannel::STATE_CALL_STARTED :
getChild<LLTextBox>("calling")->setVisible(true);
+ getChild<LLButton>("Cancel")->setVisible(true);
if(show_oldchannel)
{
getChild<LLTextBox>("leaving")->setVisible(true);