summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-24 16:24:30 -0800
committerJames Cook <james@lindenlab.com>2010-02-24 16:24:30 -0800
commitd7318467fecddcc285e67bdd294a434351163dc3 (patch)
tree9f00ccc28053294fdbf62a2f8d9f50fe43bb00ac /indra/newview/llimview.cpp
parent91d9bf2330769aee840514570cce8b4463ce6ab5 (diff)
DEV-46415 Group Call Invite contains SLID with Resident
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp5
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);