summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-01-12 11:11:17 -0800
committerMerov Linden <merov@lindenlab.com>2011-01-12 11:11:17 -0800
commit3fa22188387d656f0a3c29c474604b309e64da6d (patch)
tree010ed87b61b388c16a4c3e831bb3c862d607771e /indra/llui
parent76b7bc1a4bdc105798b6e580915530e47c46ac78 (diff)
parentdda4150e01fdad5de5720c756e29169a6ce635f7 (diff)
STORM-393 : pull in viewer-development
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 4f7b4be526..049a45c3bc 100644
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -684,8 +684,8 @@ std::string LLUrlEntryGroup::getLabel(const std::string &url, const LLUrlLabelCa
LLStyle::Params LLUrlEntryGroup::getStyle() const
{
LLStyle::Params style_params = LLUrlEntryBase::getStyle();
- style_params.color = LLUIColorTable::instance().getColor("GroupLinkColor");
- style_params.readonly_color = LLUIColorTable::instance().getColor("GroupLinkColor");
+ style_params.color = LLUIColorTable::instance().getColor("HTMLLinkColor");
+ style_params.readonly_color = LLUIColorTable::instance().getColor("HTMLLinkColor");
return style_params;
}