From 79a0e517eea41467f1ec01585faa7c7928e299f1 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 20 Oct 2009 00:36:17 +0000 Subject: Group SLURL links are white, color configurable in colors.xml Reviewed with Erica. --- indra/llui/llurlentry.cpp | 1 + indra/newview/skins/default/colors.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index ba21c0d993..52e4229fb4 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -325,6 +325,7 @@ LLUrlEntryGroup::LLUrlEntryGroup() mMenuName = "menu_url_group.xml"; mIcon = "Generic_Group"; mTooltip = LLTrans::getString("TooltipGroupUrl"); + mColor = LLUIColorTable::instance().getColor("GroupLinkColor"); } void LLUrlEntryGroup::onGroupNameReceived(const LLUUID& id, diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index e2cc1481c4..287c997c65 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -304,6 +304,9 @@ + -- cgit v1.2.3