diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-11-23 19:05:28 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-11-23 19:05:28 +0200 |
commit | cbe90ebc9cbda965b03db2757cdb356d5f831d44 (patch) | |
tree | 9eceb869bcecfd0db5aede086859e30ca36f66fb /indra | |
parent | f23e0ffdb2ff2ad43a996c489b08c1324d9e5ee1 (diff) |
Additional fix for CHUI-490 (Show "Display Name (user.name)" for the user that is calling)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index f0e2f45db3..5aceb6c66b 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2137,7 +2137,7 @@ void LLIncomingCallDialog::onAvatarNameCache(const LLUUID& agent_id, const std::string& call_type) { std::string title = av_name.getCompleteName(); - setCallerName(title, av_name.mDisplayName, call_type); + setCallerName(title, av_name.getCompleteName(), call_type); } void LLIncomingCallDialog::onOpen(const LLSD& key) |