diff options
author | Merov Linden <merov@lindenlab.com> | 2012-02-06 15:43:53 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-02-06 15:43:53 -0800 |
commit | 9761375ac244af36635899c73e99efc46b68b589 (patch) | |
tree | fa48adfda40be0cced2c0425a09ddde99a1faf23 /indra/newview/llpanelteleporthistory.cpp | |
parent | db824cff75696c42fff80ba29dbb60f12d10a1da (diff) |
EXP-1841 : Refactoring of LLClipboard, simplify the API and make it behave like a normal clipboard.
Diffstat (limited to 'indra/newview/llpanelteleporthistory.cpp')
-rw-r--r-- | indra/newview/llpanelteleporthistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp index a4c9af3fad..f92fbf3220 100644 --- a/indra/newview/llpanelteleporthistory.cpp +++ b/indra/newview/llpanelteleporthistory.cpp @@ -358,7 +358,7 @@ void LLTeleportHistoryPanel::ContextMenu::onInfo() //static void LLTeleportHistoryPanel::ContextMenu::gotSLURLCallback(const std::string& slurl) { - LLClipboard::getInstance()->copyFromString(utf8str_to_wstring(slurl)); + LLClipboard::getInstance()->copyToClipboard(utf8str_to_wstring(slurl),0,slurl.size()); } void LLTeleportHistoryPanel::ContextMenu::onCopyToClipboard() |