summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-07 16:02:30 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-07 16:02:30 -0700
commit086b2c0448584c3a3c5fc320f9f6ba20e613d974 (patch)
tree3bf377c54a5191dee108d66e1282a73741b038a4 /indra/llinventory
parent644ca6a0f8a7759119814f88df93b8e838321a12 (diff)
MAINT-4001 : Make Received Items not movable (protected), consolidate Received Items folders which may have been moved
Diffstat (limited to 'indra/llinventory')
-rwxr-xr-xindra/llinventory/llfoldertype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index 8b568ea560..5f8aaae20b 100755
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -92,7 +92,7 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MESH, new FolderEntry("mesh", TRUE));
- addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", FALSE));
+ addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", TRUE));
addEntry(LLFolderType::FT_OUTBOX, new FolderEntry("outbox", FALSE));
addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_rt", TRUE));