diff options
| author | Don Kjer <don@lindenlab.com> | 2010-12-08 17:24:42 -0800 |
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2010-12-08 17:24:42 -0800 |
| commit | 3ecfe0c68403d683a94df987567ae8c9ef2d2ed2 (patch) | |
| tree | 6dec7c7bafbc85912a71faf08898ca6ecc6225dd /indra/llui/llurlentry.cpp | |
| parent | e3e6d429d4d3322c14292a4b77991d7d6114a3df (diff) | |
| parent | d9b4570883652d647c05083c18fac1a088efd6e2 (diff) | |
Merge from http://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/llui/llurlentry.cpp')
| -rw-r--r-- | indra/llui/llurlentry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 6cc72bad82..f25be55665 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -456,8 +456,8 @@ std::string LLUrlEntryAgent::getLabel(const std::string &url, const LLUrlLabelCa LLStyle::Params LLUrlEntryAgent::getStyle() const { LLStyle::Params style_params = LLUrlEntryBase::getStyle(); - style_params.color = LLUIColorTable::instance().getColor("AgentLinkColor"); - style_params.readonly_color = LLUIColorTable::instance().getColor("AgentLinkColor"); + style_params.color = LLUIColorTable::instance().getColor("HTMLLinkColor"); + style_params.readonly_color = LLUIColorTable::instance().getColor("HTMLLinkColor"); return style_params; } |
