diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-14 12:20:41 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-14 12:20:41 +0200 |
commit | f2e2f1a7a7a93de404b56fa73d6672a32381906d (patch) | |
tree | b47a5f125770990a7f16672f6d89f1bcc32daff7 /indra | |
parent | 612c7a2960492a7838b55dd3706a3ddcec0d0c30 (diff) |
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;
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |