summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationlistitem.cpp
diff options
context:
space:
mode:
authorpavelkproductengine <none@none>2015-10-09 18:18:59 +0300
committerpavelkproductengine <none@none>2015-10-09 18:18:59 +0300
commitc9c17b3c3c87f34b746fa751a5bbb4d0731ebac0 (patch)
treec8eedec1889e4fa644d90131c6793563ca658f87 /indra/newview/llnotificationlistitem.cpp
parentaf9971e43a37c47b7175bce0d350c73a282ff818 (diff)
parentbbedc51d1df3a9705deda43c0c267be45846acff (diff)
Merge
Diffstat (limited to 'indra/newview/llnotificationlistitem.cpp')
-rw-r--r--indra/newview/llnotificationlistitem.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp
index 8005fa6239..f0159149d1 100644
--- a/indra/newview/llnotificationlistitem.cpp
+++ b/indra/newview/llnotificationlistitem.cpp
@@ -75,6 +75,10 @@ BOOL LLNotificationListItem::postBuild()
mNoticeTextExp->setEnabled(FALSE);
mNoticeTextExp->setTextExpandedCallback(boost::bind(&LLNotificationListItem::reshapeNotification, this));
+ mTitleBox->setContentTrusted(false);
+ mTitleBoxExp->setContentTrusted(false);
+ mNoticeTextExp->setContentTrusted(false);
+
mTimeBox->setValue(buildNotificationDate(mParams.time_stamp));
mTimeBoxExp->setValue(buildNotificationDate(mParams.time_stamp));