diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-15 16:24:37 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-15 16:24:37 +0300 | 
| commit | e748167abfabbc541c3ceb9e2d5a46fa3564f15a (patch) | |
| tree | 59bf542f1f63d078f3890314d876b114725a633e | |
| parent | 7ea2a1f9cc998396f437ec2535ddb1d51cce46b1 (diff) | |
STORM-386 FIXED Disabled higlighting URLs in object names inside the "<name> has said something new" textbox that pops up in NEARBY CHAT window.
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_history.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/widgets/chat_history.xml b/indra/newview/skins/default/xui/en/widgets/chat_history.xml index ef885e8045..c0a948931c 100644 --- a/indra/newview/skins/default/xui/en/widgets/chat_history.xml +++ b/indra/newview/skins/default/xui/en/widgets/chat_history.xml @@ -19,6 +19,7 @@    font="SansSerif">    <more_chat_text      mouse_opaque="true"  +    parse_urls="false"      word_wrap="true"      />  </chat_history>
\ No newline at end of file | 
