summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-06 15:38:01 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-06 15:38:01 -0800
commit395ed1fc8d4380e4ad3295add4bf0653641259fb (patch)
treeea3d986f12c1d1d3bf185faec9b9a6ac852e2078 /indra/llui
parent4669dae30407d95b25bd48401c8bf3f9e7095859 (diff)
parent7ed0938226d377e4945e9eea65ef4e4856716fbd (diff)
STORM-579 : pull into viewer-beta
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llurlentry.cpp4
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;
}