diff options
| -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);      } | 
