diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-09-23 01:34:51 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-09-23 01:34:51 +0300 |
commit | 73db0816e0a12d74c36ffdb64df6c745f7f39e9e (patch) | |
tree | 945cc3942c2eb066a605f75ec1ca9d4671bf210b /indra/newview/llinventorybridge.h | |
parent | 607d67d152f77a0b3c09b3c37db2fa6f0d8a12cf (diff) |
STORM-199 FIXED Added wearing an object from Library if it was dragged to COF
- Disabled moving items from in-world objects to COF or outfit folders not to create copies of items instead of links.
- Enabled dropping a landmark from Library to certain position in Favorites folder which supports items reordering.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 14abdd76b9..5ac328dcef 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -295,6 +295,8 @@ protected: menuentry_vec_t getMenuItems() { return mItems; } // returns a copy of current menu items + void dropToFavorites(LLInventoryItem* inv_item); + void dropToOutfit(LLInventoryItem* inv_item, BOOL move_is_into_current_outfit); //-------------------------------------------------------------------- // Messy hacks for handling folder options |