summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 14:13:59 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 14:13:59 +0000
commit30f74e81dc9dc8660b8b5ceb41469373c5c92e64 (patch)
treec8c00a42d491523dae3c187884e5cb65e01f9a4f /indra/newview/llinventorybridge.cpp
parentbc9122feb959f4a9e38681908a48b679260acb73 (diff)
parent22dccc74a8fbcf3231d932db39781727833b9259 (diff)
PE merge.
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 f246b6b529..035b2a12ee 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -1527,7 +1527,7 @@ BOOL LLFolderBridge::isUpToDate() const
BOOL LLFolderBridge::isItemCopyable() const
{
- return TRUE;
+ return FALSE;
}
BOOL LLFolderBridge::copyToClipboard() const