diff options
| -rw-r--r-- | indra/newview/llnearbychat.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 3a1ae5bf46..1a0183a8ba 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -178,6 +178,8 @@ void	LLNearbyChat::addMessage(const LLChat& chat,bool archive)  	if (!chat.mMuted)  	{ +		tmp_chat.mFromName = chat.mFromID != gAgentID ? chat.mFromName : LLTrans::getString("You"); +  		if (chat.mChatStyle == CHAT_STYLE_IRC)  		{  			LLColor4 txt_color = LLUIColorTable::instance().getColor("White");  | 
