diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-13 16:55:19 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-13 16:55:19 -0400 |
| commit | dd7f0e2954a80e39eba50b7a06e167a50a248632 (patch) | |
| tree | 72d66ea00302c31abf0d9ec99883d0faf85f035f /indra/newview/llinventorybridge.cpp | |
| parent | fb072c91485a484e3d0740113ee753b58c439900 (diff) | |
MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgr
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
| -rwxr-xr-x | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 3ec8bb0ab9..cd45d0a4f3 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -6515,7 +6515,7 @@ void LLFolderViewGroupedItemBridge::groupFilterContextMenu(folder_view_item_dequ menuentry_vec_t disabled_items; if (get_selection_item_uuids(selected_items, ids)) { - if (!LLWearableItemsList::ContextMenu::canAddWearables(ids)) + if (!LLAppearanceMgr::instance().canAddWearables(ids)) { disabled_items.push_back(std::string("Wearable Add")); } |
