From 1533f3d2a6fcbfd1550b3840c2d2327283f131c0 Mon Sep 17 00:00:00 2001
From: Yuri Chebotarev <ychebotarev@productengine.com>
Date: Wed, 25 Nov 2009 15:42:36 +0200
Subject: [PATCH] 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(-)

diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp
index 90956d4aa08..4acb9fd4804 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 9be8b4c73f6..295f4259fdf 100644
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -81,7 +81,7 @@
 
 	<color
      name="AgentChatColor"
-     reference="LtGray" />
+     reference="White" />
     <color
      name="AlertBoxColor"
      value="0.24 0.24 0.24 1" />
@@ -669,7 +669,7 @@
      reference="LtGray" />
     <color
      name="UserChatColor"
-     reference="LtGray" />
+     reference="White" />
     <color
      name="llOwnerSayChatColor"
      reference="LtGray" />
@@ -685,7 +685,7 @@
      name="SysWellItemSelected"
      value="0.3 0.3 0.3 1.0" />
 	<color
-     name="ChatToastUserNameColor"
+     name="ChatToastAgentNameColor"
      value="1.0 0.3 1.0 1.0" />
 
 </colors>
-- 
GitLab