Almost completely stripped, saving the final piece for tomorrow

((Double clicking from list of chat people on right of chats))
This commit is contained in:
Lirusaito
2012-01-05 21:56:48 -05:00
parent c6ce417fac
commit 566152c230
5 changed files with 6 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ void LLSpeaker::onAvatarNameLookup(const LLUUID& id, const LLAvatarName& avatar_
// Also set the legacy name. We will need it to initiate a new
// IM session.
speaker_ptr->mLegacyName = avatar_name.getLegacyName();
speaker_ptr->mLegacyName = LLCacheName::cleanFullName(avatar_name.getLegacyName());
// [/Ansariel: Display name support]
// [RLVa:KB] - Checked: 2009-07-10 (RLVa-1.0.0g) | Added: RLVa-1.0.0g