diff options
author | James Cook <james@lindenlab.com> | 2010-02-24 16:24:30 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-24 16:24:30 -0800 |
commit | d7318467fecddcc285e67bdd294a434351163dc3 (patch) | |
tree | 9f00ccc28053294fdbf62a2f8d9f50fe43bb00ac /indra/newview | |
parent | 91d9bf2330769aee840514570cce8b4463ce6ab5 (diff) |
DEV-46415 Group Call Invite contains SLID with Resident
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 9ebac16e7f..da25e36338 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1813,6 +1813,11 @@ BOOL LLIncomingCallDialog::postBuild() { caller_name = LLTextUtil::formatPhoneNumber(caller_name); } + else + { + // IDEVO + caller_name = LLCacheName::cleanFullName(caller_name); + } setTitle(caller_name + " " + call_type); |