summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-28 09:24:58 -0700
committerRider Linden <rider@lindenlab.com>2018-06-28 09:24:58 -0700
commit1eda16b31989448a211808a8144f0a5ffb0bce49 (patch)
tree27333cfb8cdaf28b69e579a87a6f3c321065bafc /indra/llinventory/llfoldertype.cpp
parent438d97714778ebb8728f0ac3808f0b8f98afc1fa (diff)
parent0ff65651cc219eef959c5e961663de2a07595e5a (diff)
Merge
Diffstat (limited to 'indra/llinventory/llfoldertype.cpp')
-rw-r--r--indra/llinventory/llfoldertype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index 2c8c82a62b..067b22ee27 100644
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -100,6 +100,8 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MARKETPLACE_STOCK, new FolderEntry("stock", FALSE));
addEntry(LLFolderType::FT_MARKETPLACE_VERSION, new FolderEntry("version", FALSE));
+ addEntry(LLFolderType::FT_SETTINGS, new FolderEntry("settings", FALSE));
+
addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE));
};