summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-09 12:10:32 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-09 12:10:32 +0200
commitbf5145422384386cdb31429ad01d79f7719161a5 (patch)
tree3a2d3c2406a053f7dee41562442b27c3c8a1702b /indra/llui/lltextbase.cpp
parent21c61014453042247d83b22024ed6d4b7e22635c (diff)
MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done for non-Linden URLs
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rwxr-xr-xindra/llui/lltextbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 38abb0ffb1..3193300ebb 100755
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -2065,7 +2065,7 @@ void LLTextBase::appendTextImpl(const std::string &new_text, const LLStyle::Para
// output the styled Url
appendAndHighlightTextImpl(match.getLabel(), part, link_params, match.underlineOnHoverOnly());
- // show query part of url with gray color if enabled in global settings in "HTTPNoProtocolShowGreyQuery"
+ // show query part of url with gray color if enabled in global settings in "ShowGreyQueryInUrls"
// and only for LLUrlEntryHTTP and LLUrlEntryHTTPNoProtocol url entries
std::string label = match.getQuery();
if (label.size())