summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastgroupnotifypanel.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-30 13:31:08 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-09-30 13:31:08 +0300
commit16f0cfe6dc0f95e599ff8365a876ea6ba62678f8 (patch)
treef2f8b36904b9d479ed1c4688b9414abf6e0b13c5 /indra/newview/lltoastgroupnotifypanel.cpp
parent45af9de2d13fae2296e426cd5a80f96c6c07af54 (diff)
MAINT-5670 FIXED <icon> should not be parsed in expandable textboxes
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rwxr-xr-xindra/newview/lltoastgroupnotifypanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp
index e00b18dedb..d21e101857 100755
--- a/indra/newview/lltoastgroupnotifypanel.cpp
+++ b/indra/newview/lltoastgroupnotifypanel.cpp
@@ -98,6 +98,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(const LLNotificationPtr& notifi
LLStringUtil::format(timeStr, substitution);
LLViewerTextEditor* pMessageText = getChild<LLViewerTextEditor>("message");
+ pMessageText->setContentTrusted(false);
pMessageText->clear();
LLStyle::Params style;