summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-10-20 20:54:24 -0700
committerMerov Linden <merov@lindenlab.com>2010-10-20 20:54:24 -0700
commit187093eb9d82467852d3297411a9370d4e8c81e9 (patch)
treecdf71c32ca5192016c78d45702d498062f97e8b8 /indra/llui
parentf38d21fe60945d71f8740f6aba58b40d4a722d58 (diff)
parentd97355a19f3b88512105965cfd752956f0230b41 (diff)
STORM-390 : merge with viewer-development
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltextbase.cpp2
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;