summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfoldertype.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-21 11:27:52 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-21 11:27:52 -0700
commit250f05861eeec06b864e57c1fda6a996b6a94029 (patch)
tree50e703c46bd375c9df0ca881b938c17eeefc14d6 /indra/llcommon/llfoldertype.cpp
parente4863cf7f6f3799be2f85ba0ec808f2b5f509f95 (diff)
DD-66 : Use new icons for version folders and stock folder
Diffstat (limited to 'indra/llcommon/llfoldertype.cpp')
-rwxr-xr-xindra/llcommon/llfoldertype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llfoldertype.cpp b/indra/llcommon/llfoldertype.cpp
index afa9e59832..965e4d9734 100755
--- a/indra/llcommon/llfoldertype.cpp
+++ b/indra/llcommon/llfoldertype.cpp
@@ -99,6 +99,7 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MARKETPLACE_LISTINGS, new FolderEntry("merchant", FALSE));
addEntry(LLFolderType::FT_MARKETPLACE_STOCK, new FolderEntry("stock", FALSE));
+ addEntry(LLFolderType::FT_MARKETPLACE_VERSION, new FolderEntry("version", FALSE));
addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE));
};