summaryrefslogtreecommitdiff
path: root/indra/newview/llchatitemscontainerctrl.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/llchatitemscontainerctrl.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/llchatitemscontainerctrl.cpp')
-rw-r--r--indra/newview/llchatitemscontainerctrl.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp
index 60a37ac4af..9ce3f29853 100644
--- a/indra/newview/llchatitemscontainerctrl.cpp
+++ b/indra/newview/llchatitemscontainerctrl.cpp
@@ -170,10 +170,7 @@ void LLNearbyChatToastPanel::init(LLSD& notification)
std::string str_sender;
- if(gAgentID != mFromID)
- str_sender = fromName;
- else
- str_sender = LLTrans::getString("You");
+ str_sender = fromName;
str_sender+=" ";