summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-13 17:53:12 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-13 17:53:12 +0000
commit1b0b439c23a8f4d27950e0205cd4ba2be6e034a3 (patch)
tree0bc70667dbfa05201efbf6ee11007a5a95df66a3 /indra/newview/llimview.cpp
parent7e59bf358d177789de6f4d5aecc3beb319714cd9 (diff)
make the outgoing call dialog appear and disappear smarter.
this is sort of less like the spec but more like... reality...
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 ee785e7ecb..982fa54a93 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1124,6 +1124,7 @@ void LLOutgoingCallDialog::onOpen(const LLSD& key)
LLSD callee_id = mPayload["other_user_id"];
childSetTextArg("calling", "[CALLEE_NAME]", callee_name);
+ childSetTextArg("connecting", "[CALLEE_NAME]", callee_name);
LLAvatarIconCtrl* icon = getChild<LLAvatarIconCtrl>("avatar_icon");
icon->setValue(callee_id);