diff options
author | simon <none@none> | 2014-08-21 09:11:11 -0700 |
---|---|---|
committer | simon <none@none> | 2014-08-21 09:11:11 -0700 |
commit | 95a14433b8b6375b8d62970c6df5a08d98764423 (patch) | |
tree | 8578902253fc5454827e24eedc39717be9d987e2 /indra/llinventory | |
parent | a14ba78dbbfc925c94f1e8ed94b52bc08e626e3d (diff) | |
parent | 518cc86156c2e10b9e603ac9e661f8c35faf5f70 (diff) |
Merge downstream code into viewer-lion and become version 3.7.15
Diffstat (limited to 'indra/llinventory')
-rwxr-xr-x | indra/llinventory/llfoldertype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp index 5f8aaae20b..23bf6da1f9 100755 --- a/indra/llinventory/llfoldertype.cpp +++ b/indra/llinventory/llfoldertype.cpp @@ -93,7 +93,7 @@ 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", FALSE)); + addEntry(LLFolderType::FT_OUTBOX, new FolderEntry("outbox", TRUE)); addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_rt", TRUE)); |