diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-29 17:03:19 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-29 17:03:19 +0300 | 
| commit | 67d3b42d493ae6014646721ff27d51c1873c58c6 (patch) | |
| tree | ffebe85178e1f1968bd41af0ae0b78fb73800cee | |
| parent | 1ba21762926167580c434e955646c986074988a3 (diff) | |
STORM-1194 FIXED Object Contents floater: disabled links in the object name text box.
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_openobject.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_openobject.xml b/indra/newview/skins/default/xui/en/floater_openobject.xml index 41a440aaa0..f526970ad0 100644 --- a/indra/newview/skins/default/xui/en/floater_openobject.xml +++ b/indra/newview/skins/default/xui/en/floater_openobject.xml @@ -22,6 +22,7 @@       layout="topleft"       left="10"       name="object_name" +     parse_urls="false"       top="20"       width="284">          [DESC]: | 
