diff options
author | Richard Linden <none@none> | 2010-11-15 17:03:52 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-15 17:03:52 -0800 |
commit | d276950c8d4d53f9d5d6497d5a4a4582c499938a (patch) | |
tree | f10ed7ac32e501f5e51fb5b16347dad037076e13 /indra/llui/llurlentry.cpp | |
parent | 50d21a75a7c6a41a5a3355a8c4406a33454c70dd (diff) |
build fixes
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rw-r--r-- | indra/llui/llurlentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index ebd0f912b8..13bfeb5e2d 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -174,7 +174,7 @@ bool LLUrlEntryBase::isLinkDisabled() const // this allows us to have a global setting to turn off text hyperlink highlighting/action bool globally_disabled = LLUI::sSettingGroups["config"]->getBOOL("DisableTextHyperlinkActions"); - return mDisabledLink || globally_disabled; + return globally_disabled; } static std::string getStringAfterToken(const std::string str, const std::string token) |