diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 13:35:55 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 13:35:55 +0100 |
| commit | fbc2064962e72a3ab9232c8a1b939c6a290027bf (patch) | |
| tree | c0e3811d46fa53323ba215748b5b5f201941c3df /indra/newview/llinventorybridge.cpp | |
| parent | 80ebd31ac474dfc1c9521b994b6abffe66a1562c (diff) | |
| parent | 59d296e2008847b944678f6e3b873435e6d5f826 (diff) | |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 3071ef3b71..b85bf0d518 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2680,6 +2680,13 @@ void LLFolderBridge::buildContextMenu(LLMenuGL& menu, U32 flags) { // This is the lost+found folder. mItems.push_back(std::string("Empty Lost And Found")); + + mDisabledItems.push_back(std::string("New Folder")); + mDisabledItems.push_back(std::string("New Script")); + mDisabledItems.push_back(std::string("New Note")); + mDisabledItems.push_back(std::string("New Gesture")); + mDisabledItems.push_back(std::string("New Clothes")); + mDisabledItems.push_back(std::string("New Body Parts")); } if(trash_id == mUUID) |
