diff options
| author | Richard Linden <none@none> | 2010-07-16 17:13:17 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-07-16 17:13:17 -0700 |
| commit | b73ef2f338804f542cf7cc87a834462ee541e4c3 (patch) | |
| tree | f4b21a4f65b53e0ded141ae80e72bcc14ce3b0c8 /indra/llui/lltooltip.cpp | |
| parent | 7844914b03c062596812cdad1feffff700bcd45c (diff) | |
| parent | 109ff259ca4f2d2d9d7d4b6e8120bf201736b434 (diff) | |
merge
Diffstat (limited to 'indra/llui/lltooltip.cpp')
| -rw-r--r-- | indra/llui/lltooltip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltooltip.cpp b/indra/llui/lltooltip.cpp index ed7fd02e14..025725476e 100644 --- a/indra/llui/lltooltip.cpp +++ b/indra/llui/lltooltip.cpp @@ -186,7 +186,7 @@ LLToolTip::LLToolTip(const LLToolTip::Params& p) params.font = p.font; params.use_ellipses = true; params.wrap = p.wrap; - params.allow_html = false; // disallow hyperlinks in tooltips, as they want to spawn their own explanatory tooltips + params.parse_urls = false; // disallow hyperlinks in tooltips, as they want to spawn their own explanatory tooltips mTextBox = LLUICtrlFactory::create<LLTextBox> (params); addChild(mTextBox); |
