From b150aaf1b915b8ed4f06a419c71027af4ce1d3bf Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Wed, 6 Jan 2010 13:08:55 +0200 Subject: =?UTF-8?q?fixed=20EXT-3922=20=E2=80=9C[BSI]=20Chatlog=20file=20co?= =?UTF-8?q?ntains=20all=20names=20twice=E2=80=9D,=20removed=20redundant=20?= =?UTF-8?q?'from=20name'=20from=20chat=20log;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : product-engine --- indra/newview/llviewermessage.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra') 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 -- cgit v1.2.3