diff options
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 02e7f0b9e2..311d791319 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2471,6 +2471,10 @@ void LLFolderBridge::folderOptionsMenu()  		{  			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"));  	}  	LLMenuGL* menup = dynamic_cast<LLMenuGL*>(mMenu.get());  | 
