diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-06 13:08:55 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-06 13:08:55 +0200 |
commit | b150aaf1b915b8ed4f06a419c71027af4ce1d3bf (patch) | |
tree | 2f8d0055b4c2fc934ddcb0ad6a230f8d3d7c1b73 /indra/newview/llviewermessage.cpp | |
parent | aa5aff1d79ea605f909efdbabde6dec853d54a90 (diff) |
fixed EXT-3922 “[BSI] Chatlog file contains all names twice”,
removed redundant 'from name' from chat log;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 6f9e551649..3362142807 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -2644,9 +2644,6 @@ void process_chat_from_simulator(LLMessageSystem *msg, void **user_data) LLNotificationsUI::LLNotificationManager::instance().onChat( chat, LLNotificationsUI::NT_NEARBYCHAT); - // adding temporarily so that communications window chat bar - // works until the new chat window is ready - chat.mText = from_name + ": " + chat.mText; LLFloaterChat::addChat(chat, FALSE, FALSE); } else |