Request: Add menu item separator between replace and remove.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user