diff options
author | James Cook <james@lindenlab.com> | 2009-10-20 00:36:17 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-20 00:36:17 +0000 |
commit | 79a0e517eea41467f1ec01585faa7c7928e299f1 (patch) | |
tree | 6380e71cbac542373e435ec07f2c54bda67c61d9 /indra/llui | |
parent | 5d8079a10881351123500cfc6028e01ac726995e (diff) |
Group SLURL links are white, color configurable in colors.xml
Reviewed with Erica.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llurlentry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |