summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-02-10 15:24:27 +0200
committerMike Antipov <mantipov@productengine.com>2010-02-10 15:24:27 +0200
commitefee637e3bf1a13591d83e6cbf52acc483a6e61a (patch)
treec8c00a42d491523dae3c187884e5cb65e01f9a4f /indra/newview/llinventorybridge.cpp
parentd3d389c69898c597746902f3875761f03a419800 (diff)
parent22dccc74a8fbcf3231d932db39781727833b9259 (diff)
Merge from default branch
--HG-- branch : product-engine
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