summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2014-04-22 12:19:28 -0600
committerXiaohong Bao <bao@lindenlab.com>2014-04-22 12:19:28 -0600
commitae564140c0ff1e05ebfab0752458313da0c07a79 (patch)
treefc8a1c9828f2baf8a64b8439561d2db99fc12a81 /indra/llinventory/llfoldertype.cpp
parente36b90539525095101526086db5c0cd282060388 (diff)
parentc71e459bed68c1602d409e5c946c5e016d09d105 (diff)
Merge
Diffstat (limited to 'indra/llinventory/llfoldertype.cpp')
-rwxr-xr-xindra/llinventory/llfoldertype.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index cc3d7af23a..8b568ea560 100755
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -92,8 +92,9 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MESH, new FolderEntry("mesh", TRUE));
- addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", TRUE));
- addEntry(LLFolderType::FT_OUTBOX, new FolderEntry("outbox", TRUE));
+ addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", FALSE));
+ addEntry(LLFolderType::FT_OUTBOX, new FolderEntry("outbox", FALSE));
+
addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_rt", TRUE));
addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE));