diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-13 11:40:27 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-13 11:40:27 +0300 |
commit | a2288ecca3c6f7e861bbc3389d83cbee92c719f2 (patch) | |
tree | 084f17f09d82b4bc5d7d90f5eb5355510b6dc695 /indra | |
parent | f31b35cb5cba5cdf4985fa411ff45c43afa695b5 (diff) |
SL-984 Disable creating EEP settings under Lost and Found folder
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index e50055feb2..8d084f3ece 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -3940,6 +3940,7 @@ void LLFolderBridge::buildContextMenuOptions(U32 flags, menuentry_vec_t& items disabled_items.push_back(std::string("New Folder")); disabled_items.push_back(std::string("New Script")); disabled_items.push_back(std::string("New Note")); + disabled_items.push_back(std::string("New Settings")); disabled_items.push_back(std::string("New Gesture")); disabled_items.push_back(std::string("New Clothes")); disabled_items.push_back(std::string("New Body Parts")); |