From f2e2f1a7a7a93de404b56fa73d6672a32381906d Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Mon, 14 Dec 2009 12:20:41 +0200 Subject: =?UTF-8?q?mplemented=20EXT-3392=20=E2=80=9CTeleport=20offers=20re?= =?UTF-8?q?corded=20in=20IM=20history=20should=20include=20a=20SLURL=20to?= =?UTF-8?q?=20the=20TP=20location=E2=80=9D,=20teleport=20offer=20message?= =?UTF-8?q?=20supplement=20with=20teleport=20location=20URL;?= 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(+) (limited to 'indra/newview') 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.2.3