diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-11-23 16:03:27 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-11-23 16:03:27 -0800 |
commit | f3705df98291599f399bb5393144145ed6e0aaa3 (patch) | |
tree | 79ad69c418ce34d55690a4013a2da0683ec6659b /indra/newview/llimview.cpp | |
parent | 739e4ac5414b270247237018c93028052d41e9cd (diff) |
(DN-211) Conference call dialog shows Conference with ??? (???) in title header with view display names on and off
Inbox
X
Diffstat (limited to 'indra/newview/llimview.cpp')
-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 eb2d590590..2922a4d654 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2183,7 +2183,7 @@ void LLIncomingCallDialog::processCallResponse(S32 response) LLAvatarName av_name; if (LLAvatarNameCache::get(caller_id, &av_name)) { - correct_session_name = av_name.mDisplayName + " (" + av_name.mUsername + ")"; + correct_session_name = av_name.getCompleteName(); correct_session_name.append(ADHOC_NAME_SUFFIX); } } |