From 6da22957610c8dcfe1f466375a76861946fb5f6e Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Mon, 10 Aug 2009 16:05:28 +0000 Subject: Small change to disable echoing chat and IM to the "console" (2d text overlay in the 3D window) in 2.0. --- indra/newview/llfloaterchat.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llfloaterchat.cpp b/indra/newview/llfloaterchat.cpp index 8fcb7b985f..742cc5c5de 100644 --- a/indra/newview/llfloaterchat.cpp +++ b/indra/newview/llfloaterchat.cpp @@ -339,11 +339,14 @@ void LLFloaterChat::addChat(const LLChat& chat, text_color = LLUIColorTable::instance().getColor("IMChatColor"); size = INSTANT_MSG_SIZE; } + // Disabling the console for 2.0 - SJB +#if 0 // We display anything if it's not an IM. If it's an IM, check pref... if ( !from_instant_message || gSavedSettings.getBOOL("IMInChatConsole") ) { gConsole->addLine(chat.mText, size, text_color); } +#endif } if(from_instant_message && (gSavedPerAccountSettings.getS32("IMLogOptions")== LOG_BOTH_TOGETHER)) -- cgit v1.2.3