summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2009-08-17 19:08:56 +0000
committerLeyla Farazha <leyla@lindenlab.com>2009-08-17 19:08:56 +0000
commit733e86c1fc08bc1e8056b4fc1d5fd7a387fcc4c9 (patch)
tree8ebe54564e835e97373a8a3f52d0fb3f9d51cb6b /indra/newview/llviewermessage.cpp
parent36e932b4d8590171d8fb3552db89c915684629c9 (diff)
EXT-519 Moving the cursor over a modal dialog dings every time
EXT-471 Usernames do'g appear in the communicate window reviewed by steve
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 5849a40726..33568bf3cb 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -2451,6 +2451,7 @@ void process_chat_from_simulator(LLMessageSystem *msg, void **user_data)
// 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