diff options
author | Ansariel <none@none> | 2015-10-16 11:28:53 +0200 |
---|---|---|
committer | Ansariel <none@none> | 2015-10-16 11:28:53 +0200 |
commit | 4a187aec4ef05ef8c78fc23e0cf95a87566c8998 (patch) | |
tree | ed6f97ef2f50abda1e2d39af46f2e1b9e2fdbbcf /indra/llui/llurlregistry.h | |
parent | 2e40ff7fa0d0a4133064b38a669bf58c85d9e225 (diff) |
MAINT-5756: Unicode characters in online notifications get stripped
Diffstat (limited to 'indra/llui/llurlregistry.h')
-rwxr-xr-x | indra/llui/llurlregistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlregistry.h b/indra/llui/llurlregistry.h index 5ce4048d5d..24c3a2b513 100755 --- a/indra/llui/llurlregistry.h +++ b/indra/llui/llurlregistry.h @@ -98,6 +98,7 @@ private: LLUrlEntryBase* mLLUrlEntryInvalidSLURL; LLUrlEntryBase* mUrlEntryHTTPLabel; LLUrlEntryBase* mUrlEntrySLLabel; + LLUrlEntryBase* mUrlEntryNoLink; }; #endif |