summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastimpanel.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-13 12:59:04 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-13 12:59:04 +0200
commita569421eca9efb9eb796a1322a961b6aac05cc27 (patch)
treeb8675b965c81413155fb26e36ad5a81b6877cd4a /indra/newview/lltoastimpanel.cpp
parentbed508f9ef3bce8fb67669ab60b01cd4119a7f76 (diff)
parenteb1484a0c9b6a075c900371cc5d7e8c4c0a4f93f (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lltoastimpanel.cpp')
-rw-r--r--indra/newview/lltoastimpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastimpanel.cpp b/indra/newview/lltoastimpanel.cpp
index 9370e318cf..1ea5f515b7 100644
--- a/indra/newview/lltoastimpanel.cpp
+++ b/indra/newview/lltoastimpanel.cpp
@@ -69,7 +69,7 @@ LLToastIMPanel::LLToastIMPanel(LLToastIMPanel::Params &p) : LLToastPanel(p.notif
mNotification = p.notification;
// if message comes from the system - there shouldn't be a reply btn
- if(p.from == "Second Life")
+ if(p.from == SYSTEM_FROM)
{
mAvatar->setVisible(FALSE);
sys_msg_icon->setVisible(TRUE);