aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-03 06:10:48 -0700
committerMcCabe Maxsted2009-10-03 06:10:48 -0700
commitda8dc22e3763a9767aa943add592f514c5f2ebea (patch)
tree4cb127b512e47e781bf2da65d469d75d5dc1318b /linden/indra/newview/llfloaterchat.cpp
parentFixed 1.2 beta features missing from silver skin (diff)
downloadmeta-impy-da8dc22e3763a9767aa943add592f514c5f2ebea.zip
meta-impy-da8dc22e3763a9767aa943add592f514c5f2ebea.tar.gz
meta-impy-da8dc22e3763a9767aa943add592f514c5f2ebea.tar.bz2
meta-impy-da8dc22e3763a9767aa943add592f514c5f2ebea.tar.xz
Added new color setting for Object IMs
Diffstat (limited to 'linden/indra/newview/llfloaterchat.cpp')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index a4082fd..cc86fce 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -548,6 +548,9 @@ LLColor4 get_text_color(const LLChat& chat)
548 text_color = gSavedSettings.getColor4("ObjectChatColor"); 548 text_color = gSavedSettings.getColor4("ObjectChatColor");
549 } 549 }
550 break; 550 break;
551 case CHAT_SOURCE_OBJECT_IM:
552 text_color = gSavedSettings.getColor4("ObjectIMColor");
553 break;
551 default: 554 default:
552 text_color.setToWhite(); 555 text_color.setToWhite();
553 } 556 }