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/llpaneltopinfobar.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/llpaneltopinfobar.cpp')
-rw-r--r-- | indra/newview/llpaneltopinfobar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneltopinfobar.cpp b/indra/newview/llpaneltopinfobar.cpp index 0e3ff99066..0ad207ef00 100644 --- a/indra/newview/llpaneltopinfobar.cpp +++ b/indra/newview/llpaneltopinfobar.cpp @@ -467,7 +467,7 @@ void LLPanelTopInfoBar::onContextMenuItemClicked(const LLSD::String& item) LLAgentUI::buildSLURL(slurl, false); LLUIString location_str(slurl.getSLURLString()); - LLClipboard::getInstance()->copyFromString(location_str); + LLClipboard::getInstance()->copyToClipboard(location_str,0,location_str.length()); } } |