summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-08 16:33:03 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-08 16:33:03 -0800
commit0d09530d85772ee8072245da9259b73879c04530 (patch)
tree4096939616d9b8f4bd1cc6b9d1e65ba1586a54d8 /indra/newview/llimfloater.cpp
parent6aa46cc53f060c43781c95351df0e32ffdd0b75d (diff)
EXT-1847 Regression in the design spec: "You" should be replaced by your full avatar name in communication
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index fdc5d14d97..b05568f353 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -595,7 +595,7 @@ void LLIMFloater::updateMessages()
std::string time = msg["time"].asString();
LLUUID from_id = msg["from_id"].asUUID();
- std::string from = from_id != gAgentID ? msg["from"].asString() : LLTrans::getString("You");
+ std::string from = msg["from"].asString();
std::string message = msg["message"].asString();
LLChat chat;