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/newview/llinventorypanel.cpp | |
parent | e4863cf7f6f3799be2f85ba0ec808f2b5f509f95 (diff) |
DD-66 : Use new icons for version folders and stock folder
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rwxr-xr-x | indra/newview/llinventorypanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 7d774110bd..b0163b5996 100755 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1493,5 +1493,6 @@ namespace LLInitParam declare(LLFolderType::lookup(LLFolderType::FT_BASIC_ROOT) , LLFolderType::FT_BASIC_ROOT); declare(LLFolderType::lookup(LLFolderType::FT_MARKETPLACE_LISTINGS) , LLFolderType::FT_MARKETPLACE_LISTINGS); declare(LLFolderType::lookup(LLFolderType::FT_MARKETPLACE_STOCK), LLFolderType::FT_MARKETPLACE_STOCK); + declare(LLFolderType::lookup(LLFolderType::FT_MARKETPLACE_VERSION), LLFolderType::FT_MARKETPLACE_VERSION); } } |