diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-04-21 11:27:52 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-04-21 11:27:52 -0700 |
| commit | 250f05861eeec06b864e57c1fda6a996b6a94029 (patch) | |
| tree | 50e703c46bd375c9df0ca881b938c17eeefc14d6 /indra/llcommon | |
| parent | e4863cf7f6f3799be2f85ba0ec808f2b5f509f95 (diff) | |
DD-66 : Use new icons for version folders and stock folder
Diffstat (limited to 'indra/llcommon')
| -rwxr-xr-x | indra/llcommon/llfoldertype.cpp | 1 | ||||
| -rw-r--r-- | indra/llcommon/llfoldertype.h | 1 |
2 files changed, 2 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)); }; diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h index 20925eede0..515bb05a3f 100644 --- a/indra/llcommon/llfoldertype.h +++ b/indra/llcommon/llfoldertype.h @@ -89,6 +89,7 @@ public: FT_MARKETPLACE_LISTINGS = 53, FT_MARKETPLACE_STOCK = 54, + FT_MARKETPLACE_VERSION = 55, // Note: We actually *never* create folders with that type. This is used for icon override only. FT_COUNT, |
