From 66ce337a321ce274520e3c18a1c0af3ad5bd2475 Mon Sep 17 00:00:00 2001 From: Andrew Polunin Date: Fri, 25 Jun 2010 15:10:43 +0300 Subject: EXT-7914 FIXED (Update context menu for worn clothing in the Edit Outfit panel) - Removed the following menu items: Move Up a Layer, Move Down a Layer. - Added 'Replace' menu item. - Implemented method replaceWearable() - handler for the 'Replace' menu item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/642/ --HG-- branch : product-engine --- .../skins/default/xui/en/menu_cof_clothing.xml | 26 +++++++--------------- 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/menu_cof_clothing.xml b/indra/newview/skins/default/xui/en/menu_cof_clothing.xml index 12ee9b045b..206d49e8c7 100644 --- a/indra/newview/skins/default/xui/en/menu_cof_clothing.xml +++ b/indra/newview/skins/default/xui/en/menu_cof_clothing.xml @@ -13,34 +13,24 @@ parameter="take_off" /> - - - - + name="edit"> + function="Clothing.Edit" /> + parameter="edit" /> + name="replace"> + function="Clothing.Replace" /> + parameter="replace" />