summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneltopinfobar.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-03-19 18:14:55 -0700
committerMerov Linden <merov@lindenlab.com>2012-03-19 18:14:55 -0700
commitb615a553955447cccf8f5b6af60410d4bb3c89a2 (patch)
tree5f5b7d415816305a354e38c9b33f35cf84791946 /indra/newview/llpaneltopinfobar.cpp
parent5f90875a9e92c7c92f92a32e64908a776fce64c6 (diff)
parent86c572ad63f0cf222050e807899e80ea5802e1d7 (diff)
EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience
Diffstat (limited to 'indra/newview/llpaneltopinfobar.cpp')
-rw-r--r--indra/newview/llpaneltopinfobar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneltopinfobar.cpp b/indra/newview/llpaneltopinfobar.cpp
index eb4c7572d4..280cc11179 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());
- gClipboard.copyFromString(location_str);
+ LLClipboard::instance().copyToClipboard(location_str,0,location_str.length());
}
}