From d7318467fecddcc285e67bdd294a434351163dc3 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Wed, 24 Feb 2010 16:24:30 -0800
Subject: [PATCH] DEV-46415 Group Call Invite contains SLID with Resident

---
 indra/newview/llimview.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9ebac16e7ff..da25e363382 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);
 
-- 
GitLab