diff options
| author | Tofu Buzzard <no-email> | 2010-10-25 23:29:49 +0100 |
|---|---|---|
| committer | Tofu Buzzard <no-email> | 2010-10-25 23:29:49 +0100 |
| commit | 26700e0d40c5f650e713f5209dd80b5df84b2b5a (patch) | |
| tree | 03fe24d0bb133c03bfe0b4afe14eeaea90fa0d44 /indra/llui/lltextbase.cpp | |
| parent | ad033a4b35387a343f2204cda64ecb590888b60e (diff) | |
| parent | a40a2a7a465f6e03ca495c301dfbf7bfa376be30 (diff) | |
merge from viewer-development.
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 9adeddca99..758df418e8 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -1622,7 +1622,7 @@ void LLTextBase::appendTextImpl(const std::string &new_text, const LLStyle::Para style_params.fillFrom(getDefaultStyleParams()); S32 part = (S32)LLTextParser::WHOLE; - if(mParseHTML) + if (mParseHTML && !style_params.is_link) // Don't search for URLs inside a link segment (STORM-358). { S32 start=0,end=0; LLUrlMatch match; |
