aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp
index e01aa4f..9b7ec48 100644
--- a/linden/indra/newview/llviewermessage.cpp
+++ b/linden/indra/newview/llviewermessage.cpp
@@ -1966,7 +1966,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
1966 1966
1967 // Note: lie to LLFloaterChat::addChat(), pretending that this is NOT an IM, because 1967 // Note: lie to LLFloaterChat::addChat(), pretending that this is NOT an IM, because
1968 // IMs from objcts don't open IM sessions. 1968 // IMs from objcts don't open IM sessions.
1969 chat.mSourceType = CHAT_SOURCE_OBJECT; 1969 chat.mSourceType = CHAT_SOURCE_OBJECT_IM;
1970 LLFloaterChat::addChat(chat, FALSE, FALSE); 1970 LLFloaterChat::addChat(chat, FALSE, FALSE);
1971 } 1971 }
1972 break; 1972 break;