From b38fb615dce47ab90cecac22750b23747c6903b0 Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Thu, 9 Sep 2010 18:53:32 +0200 Subject: Fixed chat colors and added group im colors --- linden/indra/newview/llimview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/newview/llimview.cpp b/linden/indra/newview/llimview.cpp index b5b1df2..12a26f9 100644 --- a/linden/indra/newview/llimview.cpp +++ b/linden/indra/newview/llimview.cpp @@ -692,7 +692,7 @@ void LLIMMgr::addMessage( else new_line = new_line.substr(1); - color = get_extended_text_color(session_id, other_participant_id, msg, gSavedSettings.getColor("IMChatColor")); + color = get_extended_text_color(session_id, other_participant_id, new_line, gSavedSettings.getColor("IMChatColor")); } if ( !link_name ) -- cgit v1.1