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/llfoldertype.h | |
parent | e4863cf7f6f3799be2f85ba0ec808f2b5f509f95 (diff) |
DD-66 : Use new icons for version folders and stock folder
Diffstat (limited to 'indra/llcommon/llfoldertype.h')
-rw-r--r-- | indra/llcommon/llfoldertype.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |