summaryrefslogtreecommitdiff
path: root/indra/newview/llwearableitemslist.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-17 22:22:45 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-17 22:22:45 +0300
commit25b19eb6b8b8482d5f6cff0cae8665a0f7518eb1 (patch)
tree3a352e745f83e52a17400247b5e5cccb20c6ca93 /indra/newview/llwearableitemslist.cpp
parent4c676acedd3c99234e599b77bcfdec6ad3274efb (diff)
viewer#1424 Proper links support for favorites
Diffstat (limited to 'indra/newview/llwearableitemslist.cpp')
-rw-r--r--indra/newview/llwearableitemslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp
index 8e44271efb..71b765ce71 100644
--- a/indra/newview/llwearableitemslist.cpp
+++ b/indra/newview/llwearableitemslist.cpp
@@ -936,7 +936,7 @@ LLContextMenu* LLWearableItemsList::ContextMenu::createMenu()
// Register handlers for attachments.
registrar.add("Attachment.Detach",
boost::bind(&LLAppearanceMgr::removeItemsFromAvatar, LLAppearanceMgr::getInstance(), ids));
- registrar.add("Attachment.Favorite", boost::bind(toggle_linked_favorite, selected_id));
+ registrar.add("Attachment.Favorite", boost::bind(toggle_favorite, selected_id));
registrar.add("Attachment.Touch", boost::bind(handle_attachment_touch, selected_id));
registrar.add("Attachment.Profile", boost::bind(show_item_profile, selected_id));
registrar.add("Object.Attach", boost::bind(LLViewerAttachMenu::attachObjects, ids, _2));