diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-25 15:42:36 +0200 |
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-25 15:42:36 +0200 |
| commit | 1533f3d2a6fcbfd1550b3840c2d2327283f131c0 (patch) | |
| tree | 54098d367cf7b1bcedcb4663db5c0fe2b863021d /indra/newview/llchatitemscontainerctrl.cpp | |
| parent | c2c83f3535c5a0bc099528580375afc99ad3b020 (diff) | |
more on EXT-2555 - fix naming and change chat color wo white to match spec ()
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchatitemscontainerctrl.cpp')
| -rw-r--r-- | indra/newview/llchatitemscontainerctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
