From 1533f3d2a6fcbfd1550b3840c2d2327283f131c0 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Wed, 25 Nov 2009 15:42:36 +0200 Subject: more on EXT-2555 - fix naming and change chat color wo white to match spec () --HG-- branch : product-engine --- indra/newview/llchatitemscontainerctrl.cpp | 2 +- indra/newview/skins/default/colors.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'indra') diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp index 90956d4aa0..4acb9fd480 100644 --- a/indra/newview/llchatitemscontainerctrl.cpp +++ b/indra/newview/llchatitemscontainerctrl.cpp @@ -182,7 +182,7 @@ void LLNearbyChatToastPanel::init(LLSD& notification) { LLStyle::Params style_params_name; - LLColor4 userNameColor = LLUIColorTable::instance().getColor("ChatToastUserNameColor"); + LLColor4 userNameColor = LLUIColorTable::instance().getColor("ChatToastAgentNameColor"); style_params_name.color(userNameColor); diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 9be8b4c73f..295f4259fd 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -81,7 +81,7 @@ + reference="White" /> @@ -669,7 +669,7 @@ reference="LtGray" /> + reference="White" /> @@ -685,7 +685,7 @@ name="SysWellItemSelected" value="0.3 0.3 0.3 1.0" /> -- cgit v1.2.3