diff options
author | elektrahesse | 2010-09-09 18:53:32 +0200 |
---|---|---|
committer | elektrahesse | 2010-09-09 18:53:32 +0200 |
commit | b38fb615dce47ab90cecac22750b23747c6903b0 (patch) | |
tree | 541c309b5f19971c6322cf4f36b1841fbaaa0202 /linden | |
parent | Fixed chat colors and added group im colors (diff) | |
download | meta-impy-b38fb615dce47ab90cecac22750b23747c6903b0.zip meta-impy-b38fb615dce47ab90cecac22750b23747c6903b0.tar.gz meta-impy-b38fb615dce47ab90cecac22750b23747c6903b0.tar.bz2 meta-impy-b38fb615dce47ab90cecac22750b23747c6903b0.tar.xz |
Fixed chat colors and added group im colors
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llimview.cpp | 2 |
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 ) |