summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_outfit_tab.xml
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-06-23 15:30:48 +0300
committerMike Antipov <mantipov@productengine.com>2010-06-23 15:30:48 +0300
commit08381a276dbf0544692c44236b40f57ec111aefc (patch)
tree3caf6a9e0176874976e753a4ec5f3df259759553 /indra/newview/skins/default/xui/en/menu_outfit_tab.xml
parent6290930c98ace2d3b3d76d3be0a06df718a9a238 (diff)
EXT-7755 ADDITIONAL FIX Fixed issues with wrong title after an outfit from the Inventory is worn, "Wear..." menu items state is made consistent with "Wear" button.
* Empty string is replaced with "Changing outfits" while changing COF; * Fixed title to show "No Outfit" after an outfit from the Inventory is worn; * Fixed bug with visible indicator after an empty folder is DnD from the Inventory "Clothing" * Updated context and Gear "Wear..." menu items to take into account "isCOFChangeInProgress" state in on_enable callbacks Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/625/ --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_outfit_tab.xml')
-rw-r--r--indra/newview/skins/default/xui/en/menu_outfit_tab.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_outfit_tab.xml b/indra/newview/skins/default/xui/en/menu_outfit_tab.xml
index 9c3151fe07..8c8bb29baf 100644
--- a/indra/newview/skins/default/xui/en/menu_outfit_tab.xml
+++ b/indra/newview/skins/default/xui/en/menu_outfit_tab.xml
@@ -8,6 +8,9 @@
name="wear_replace">
<on_click
function="Outfit.WearReplace" />
+ <on_enable
+ function="Outfit.OnEnable"
+ parameter="wear_replace" />
<on_visible
function="Outfit.OnVisible"
parameter="wear_replace" />