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 + 1 file changed, 1 insertion(+) (limited to 'indra/llui') 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, -- cgit v1.2.3