diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-04-19 13:23:24 +0300 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-04-19 13:23:24 +0300 |
commit | 71c7b2f6d76b29c527d07c01c52127bf4f5b402e (patch) | |
tree | 50bc2dfd42d3d2542baf806fdfc0ddc1baaf7d9d /indra/newview/llpaneloutfitedit.h | |
parent | b42efcfee36640fbded3c4116f8756e941b20d13 (diff) |
completed EXT-6764 Implement filtering of wearables (combobox options: Clothes/Body, Objects, All) on Add to Outfit subpanel
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/221/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r-- | indra/newview/llpaneloutfitedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h index fa92d4c314..69e8016534 100644 --- a/indra/newview/llpaneloutfitedit.h +++ b/indra/newview/llpaneloutfitedit.h @@ -87,6 +87,7 @@ public: // only update the location if there is none already available. void showAddWearablesPanel(); + void showWearablesFilter(); void saveOutfit(bool as_new = false); void showSaveMenu(); |