From f2e2f1a7a7a93de404b56fa73d6672a32381906d Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Mon, 14 Dec 2009 12:20:41 +0200 Subject: mplemented EXT-3392 “Teleport offers recorded in IM history should include a SLURL to the TP location”, teleport offer message supplement with teleport location URL; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : product-engine --- indra/newview/llviewermessage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index d1f1d781ee..487db16e6e 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5298,6 +5298,7 @@ void send_group_notice(const LLUUID& group_id, bool handle_lure_callback(const LLSD& notification, const LLSD& response) { std::string text = response["message"].asString(); + text.append("\r\n").append(LLAgentUI::buildSLURL()); S32 option = LLNotificationsUtil::getSelectedOption(notification, response); if(0 == option) -- cgit v1.3