Skip to content
Snippets Groups Projects
Commit 01b1d3cc authored by Merov Linden's avatar Merov Linden
Browse files

STORM-183 : Pull in fix from Vadim

parents 7c3a81f5 8eb6c6de
No related branches found
No related tags found
No related merge requests found
...@@ -2471,6 +2471,10 @@ void LLFolderBridge::folderOptionsMenu() ...@@ -2471,6 +2471,10 @@ void LLFolderBridge::folderOptionsMenu()
{ {
disabled_items.push_back(std::string("Remove From Outfit")); disabled_items.push_back(std::string("Remove From Outfit"));
} }
if (!LLAppearanceMgr::instance().getCanReplaceCOF(mUUID))
{
disabled_items.push_back(std::string("Replace Outfit"));
}
mItems.push_back(std::string("Outfit Separator")); mItems.push_back(std::string("Outfit Separator"));
} }
LLMenuGL* menup = dynamic_cast<LLMenuGL*>(mMenu.get()); LLMenuGL* menup = dynamic_cast<LLMenuGL*>(mMenu.get());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment