summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-14 12:20:54 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-14 12:20:54 +0200
commitee710ee01cfd9018509d2aae91821f8b9e548869 (patch)
tree2a4c581977d498719faad92ca98ba2880bc7224d /indra/newview
parent72032eb8863b0ad39e5d731c30070d17feb9b06b (diff)
parentf2e2f1a7a7a93de404b56fa73d6672a32381906d (diff)
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermessage.cpp1
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)