diff options
author | Jonathan Yap <none@none> | 2013-11-27 10:26:27 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-11-27 10:26:27 -0500 |
commit | d533dcebf77aa5d62c15488b3e6bed97ecffec02 (patch) | |
tree | fdfc51b9b79e85c83fecedf651a76215155835ca /indra/newview/llpanelteleporthistory.cpp | |
parent | 787ccaf297e81291469aaf269f563d862fb150a3 (diff) |
STORM-1987 Inconsistent menu naming and behavior in Places floater
Diffstat (limited to 'indra/newview/llpanelteleporthistory.cpp')
-rwxr-xr-x | indra/newview/llpanelteleporthistory.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp index 0756faf5c0..9c380f63bd 100755 --- a/indra/newview/llpanelteleporthistory.cpp +++ b/indra/newview/llpanelteleporthistory.cpp @@ -359,6 +359,11 @@ void LLTeleportHistoryPanel::ContextMenu::onInfo() void LLTeleportHistoryPanel::ContextMenu::gotSLURLCallback(const std::string& slurl) { LLClipboard::instance().copyToClipboard(utf8str_to_wstring(slurl),0,slurl.size()); + + LLSD args; + args["SLURL"] = slurl; + + LLNotificationsUtil::add("CopySLURL", args); } void LLTeleportHistoryPanel::ContextMenu::onCopyToClipboard() |