summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-10-11 22:49:47 -0700
committerRichard Linden <none@none>2011-10-11 22:49:47 -0700
commitbb93dc154afe5fbed4dfa187ed6297d5714bdb5f (patch)
treefeabec8ea1beef33da013ee01c9b73966b7b0771 /indra/newview/llinventorybridge.cpp
parentf9e900f5ac9002f5ef3b44b02ac300971288e89b (diff)
parentd0cda13235079c6626ebc7bbe4de542784d50fa0 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 2066cbc6b2..9fe73fc940 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -1185,7 +1185,7 @@ void LLItemBridge::performAction(LLInventoryModel* model, std::string action)
std::string buffer;
asset_id.toString(buffer);
- gViewerWindow->mWindow->copyTextToClipboard(utf8str_to_wstring(buffer));
+ gViewerWindow->getWindow()->copyTextToClipboard(utf8str_to_wstring(buffer));
return;
}
else if ("copy" == action)