summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-01-06 13:08:55 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-01-06 13:08:55 +0200
commitb150aaf1b915b8ed4f06a419c71027af4ce1d3bf (patch)
tree2f8d0055b4c2fc934ddcb0ad6a230f8d3d7c1b73 /indra/newview
parentaa5aff1d79ea605f909efdbabde6dec853d54a90 (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')
-rw-r--r--indra/newview/llviewermessage.cpp3
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