summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-02-11 15:21:52 +0200
committerMike Antipov <mantipov@productengine.com>2010-02-11 15:21:52 +0200
commitce46b83538eacd769c78befa31d8f824509342cd (patch)
tree9c4270c1d65ab76c641f458a071bb9908c7a489b /indra/newview/llimview.cpp
parent82086067d99ad91be252321193222fc25ea01294 (diff)
parent23bc796a7f8cbe3163041c4a81018b1d89008cc2 (diff)
Merged
--HG-- branch : product-engine
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);