diff options
Diffstat (limited to 'linden/indra/newview/llfloaterchat.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp index 8e9d489..5117b8d 100644 --- a/linden/indra/newview/llfloaterchat.cpp +++ b/linden/indra/newview/llfloaterchat.cpp | |||
@@ -386,7 +386,7 @@ void LLFloaterChat::addChat(const LLChat& chat, | |||
386 | size = INSTANT_MSG_SIZE; | 386 | size = INSTANT_MSG_SIZE; |
387 | } | 387 | } |
388 | // We display anything if it's not an IM. If it's an IM, check pref... | 388 | // We display anything if it's not an IM. If it's an IM, check pref... |
389 | if ( !from_instant_message || gSavedSettings.getBOOL("IMInChatHistory") ) | 389 | if ( !from_instant_message || gSavedSettings.getBOOL("IMInChatConsole") ) |
390 | { | 390 | { |
391 | gConsole->addLine(chat.mText, size, text_color); | 391 | gConsole->addLine(chat.mText, size, text_color); |
392 | } | 392 | } |