summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-01-06 17:23:08 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2010-01-06 17:23:08 +0200
commit3a7e3c4328684f9f52f14f7d4cb13ecf5d803ff4 (patch)
tree61320af8ba979cec97b53c1b76ce96a2769d064f /indra/newview/llviewermessage.cpp
parent6ee29d8c2a2b7a47f62d7a391106084e704cd544 (diff)
parentfc785febb332442533c20b638132b8ab378732a9 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-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