summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-01-07 15:18:29 -0800
committersimon <none@none>2014-01-07 15:18:29 -0800
commitf291995dac53c2aba9d79aef8b6cd91a5c836e9f (patch)
tree8dd6b3b8dcde04580163c2f96ff03ac2ec80ce44 /indra/newview/llchathistory.cpp
parent2a1098552e071c625a8c1614a331e9557212d380 (diff)
Revert changes made for MAINT-535 to test in a release cohort.
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rwxr-xr-xindra/newview/llchathistory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index abeaf958eb..1574c9f613 100755
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -731,7 +731,8 @@ LLChatHistory::LLChatHistory(const LLChatHistory::Params& p)
editor_params.follows.flags = FOLLOWS_ALL;
editor_params.enabled = false; // read only
editor_params.show_context_menu = "true";
- editor_params.trusted_content = false;
+ // MAINT-535 reversion test
+ //editor_params.trusted_content = false;
mEditor = LLUICtrlFactory::create<LLTextEditor>(editor_params, this);
mEditor->setIsFriendCallback(LLAvatarActions::isFriend);
}