Request: Add menu item separator between replace and remove.

This commit is contained in:
Inusaito Sayori
2013-09-16 22:36:48 -04:00
parent f73caef7a5
commit 69a6968775
2 changed files with 2 additions and 0 deletions

View File

@@ -3440,6 +3440,7 @@ void LLFolderBridge::buildContextMenuFolderOptions(U32 flags)
mItems.push_back(std::string("Replace Outfit"));
}
mItems.push_back(std::string("Replace Remove Separator"));
mItems.push_back(std::string("Remove From Outfit"));
if (!LLAppearanceMgr::getCanRemoveFromCOF(mUUID))
{

View File

@@ -243,6 +243,7 @@
mouse_opaque="true" name="Replace Outfit" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="replaceoutfit" />
</menu_item_call>
<menu_item_separator name="Replace Remove Separator"/>
<menu_item_call bottom_delta="-18" height="18" label="Remove From Outfit" left="0"
mouse_opaque="true" name="Remove From Outfit" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" />