diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-07-12 17:33:07 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-07-12 17:33:07 +0300 |
commit | 3e60211e47a0b42e43b2d715e03446f80e1681cd (patch) | |
tree | 497bd6659150193e1ebe12e23f722b9360958caa /indra | |
parent | 4b29e9869c52fcba33d40c530eb2fa92648c330e (diff) |
line endings fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index 08db68d44d..257b39a7dd 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -855,14 +855,14 @@ void send_chat_from_viewer(const std::string& utf8_out_text, EChatType type, S32 else { // Hack: ChatFromViewer doesn't allow negative channels - msg->newMessage("ScriptDialogReply");
- msg->nextBlock("AgentData");
- msg->addUUID("AgentID", gAgentID);
- msg->addUUID("SessionID", gAgentSessionID);
- msg->nextBlock("Data");
- msg->addUUID("ObjectID", gAgentID);
- msg->addS32("ChatChannel", channel);
- msg->addS32("ButtonIndex", 0);
+ msg->newMessage("ScriptDialogReply"); + msg->nextBlock("AgentData"); + msg->addUUID("AgentID", gAgentID); + msg->addUUID("SessionID", gAgentSessionID); + msg->nextBlock("Data"); + msg->addUUID("ObjectID", gAgentID); + msg->addS32("ChatChannel", channel); + msg->addS32("ButtonIndex", 0); msg->addString("ButtonLabel", utf8_out_text); } |