summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandlerutil.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-17 18:02:35 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-17 18:02:35 +0000
commit2490f50ce1bc7ffe1e53a99e4081bee13253f09a (patch)
tree1f2de35440c436795e68c118634a5ab0b2321c72 /indra/newview/llnotificationhandlerutil.cpp
parent29dd5afaa8a85f0b57ddb3e9e281e1e6f5b43e29 (diff)
parentf52e7036940a015a405ae94aa016612c4160df9e (diff)
PE merge.
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r--indra/newview/llnotificationhandlerutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp
index b8e0892b02..35569cffac 100644
--- a/indra/newview/llnotificationhandlerutil.cpp
+++ b/indra/newview/llnotificationhandlerutil.cpp
@@ -220,6 +220,7 @@ void LLHandlerUtil::logToNearbyChat(const LLNotificationPtr& notification, EChat
{
LLChat chat_msg(notification->getMessage());
chat_msg.mSourceType = type;
+ chat_msg.mFromName = SYSTEM_FROM;
nearby_chat->addMessage(chat_msg);
}
}