aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
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(
692 else 692 else
693 new_line = new_line.substr(1); 693 new_line = new_line.substr(1);
694 694
695 color = get_extended_text_color(session_id, other_participant_id, msg, gSavedSettings.getColor("IMChatColor")); 695 color = get_extended_text_color(session_id, other_participant_id, new_line, gSavedSettings.getColor("IMChatColor"));
696 } 696 }
697 697
698 if ( !link_name ) 698 if ( !link_name )