diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-30 13:31:08 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-09-30 13:31:08 +0300 |
commit | 16f0cfe6dc0f95e599ff8365a876ea6ba62678f8 (patch) | |
tree | f2f8b36904b9d479ed1c4688b9414abf6e0b13c5 /indra/newview/llexpandabletextbox.h | |
parent | 45af9de2d13fae2296e426cd5a80f96c6c07af54 (diff) |
MAINT-5670 FIXED <icon> should not be parsed in expandable textboxes
Diffstat (limited to 'indra/newview/llexpandabletextbox.h')
-rwxr-xr-x | indra/newview/llexpandabletextbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llexpandabletextbox.h b/indra/newview/llexpandabletextbox.h index 5dea35bb82..90d46ab262 100755 --- a/indra/newview/llexpandabletextbox.h +++ b/indra/newview/llexpandabletextbox.h @@ -194,6 +194,8 @@ protected: */ virtual S32 recalculateTextDelta(S32 text_delta); + void setContentTrusted(bool trusted_content); + protected: std::string mText; |