Skip to content
Snippets Groups Projects
Commit 01cdc87d authored by Oz Linden's avatar Oz Linden
Browse files

merge changes for storm-1987

parents a57bcc27 d533dceb
No related branches found
No related tags found
No related merge requests found
...@@ -675,6 +675,7 @@ Jonathan Yap ...@@ -675,6 +675,7 @@ Jonathan Yap
STORM-1953 STORM-1953
STORM-1957 STORM-1957
OPEN-113 OPEN-113
STORM-1987
STORM-1986 STORM-1986
STORM-1981 STORM-1981
Kadah Coba Kadah Coba
......
...@@ -359,6 +359,11 @@ void LLTeleportHistoryPanel::ContextMenu::onInfo() ...@@ -359,6 +359,11 @@ void LLTeleportHistoryPanel::ContextMenu::onInfo()
void LLTeleportHistoryPanel::ContextMenu::gotSLURLCallback(const std::string& slurl) void LLTeleportHistoryPanel::ContextMenu::gotSLURLCallback(const std::string& slurl)
{ {
LLClipboard::instance().copyToClipboard(utf8str_to_wstring(slurl),0,slurl.size()); LLClipboard::instance().copyToClipboard(utf8str_to_wstring(slurl),0,slurl.size());
LLSD args;
args["SLURL"] = slurl;
LLNotificationsUtil::add("CopySLURL", args);
} }
void LLTeleportHistoryPanel::ContextMenu::onCopyToClipboard() void LLTeleportHistoryPanel::ContextMenu::onCopyToClipboard()
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
function="TeleportHistory.MoreInformation" /> function="TeleportHistory.MoreInformation" />
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
label="Copy to Clipboard" label="Copy SLurl"
layout="topleft" layout="topleft"
name="CopyToClipboard"> name="CopyToClipboard">
<menu_item_call.on_click <menu_item_call.on_click
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment