diff options
author | Dave Parks <davep@lindenlab.com> | 2010-06-10 15:04:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-06-10 15:04:34 -0500 |
commit | 1061c640d35d29f13a81641e65598e5341790469 (patch) | |
tree | 4019b26871a50c50aa33089a2aa6a131b79d9d14 /indra/newview/llinventorybridge.cpp | |
parent | 9440f84dca48e3e2f6022dbf5f916d6439c7a826 (diff) | |
parent | d2d49e3d84956ec4efb9f1a7a308d530c7fc4737 (diff) |
merge
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | 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 3999a8ee88..37d2c50493 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4856,7 +4856,7 @@ void LLLinkItemBridge::buildContextMenu(LLMenuGL& menu, U32 flags) LLUIImagePtr LLMeshBridge::getIcon() const { - return get_item_icon(LLAssetType::AT_MESH, LLInventoryType::IT_MESH, 0, FALSE); + return LLInventoryIcon::getIcon(LLAssetType::AT_MESH, LLInventoryType::IT_MESH, 0, FALSE); } void LLMeshBridge::openItem() |