diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-03-04 13:10:58 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-03-04 13:10:58 +0200 |
commit | f097c731d654b2fbcb73ee0bbf5b7263be109e23 (patch) | |
tree | d76ad684a1fa404306c3e1862a53274b685bbef6 /indra/llui/lltextbase.cpp | |
parent | 10390bc470a32c91a8938d9dcb59a8ffa24786b1 (diff) |
MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part of the link always appears.
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rwxr-xr-x | indra/llui/lltextbase.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 3193300ebb..103c5b6047 100755 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -2065,8 +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 "ShowGreyQueryInUrls" - // and only for LLUrlEntryHTTP and LLUrlEntryHTTPNoProtocol url entries + // show query part of url with gray color only for LLUrlEntryHTTP and LLUrlEntryHTTPNoProtocol url entries std::string label = match.getQuery(); if (label.size()) { |