aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-10 18:06:05 -0600
committerJacek Antonelli2008-12-10 18:06:05 -0600
commitc367383dae246884d1c9ed4ee2b2d184e6b2f72c (patch)
tree265dff690f52c7d67e18e52776723109cae5987b /linden/indra/newview/llinventoryview.h
parentClearing search shouldn't clear filter type. (diff)
downloadmeta-impy-c367383dae246884d1c9ed4ee2b2d184e6b2f72c.zip
meta-impy-c367383dae246884d1c9ed4ee2b2d184e6b2f72c.tar.gz
meta-impy-c367383dae246884d1c9ed4ee2b2d184e6b2f72c.tar.bz2
meta-impy-c367383dae246884d1c9ed4ee2b2d184e6b2f72c.tar.xz
Use NType to find inventory icon name (part 1 of 2).
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r--linden/indra/newview/llinventoryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h
index cce30aa..80e5768 100644
--- a/linden/indra/newview/llinventoryview.h
+++ b/linden/indra/newview/llinventoryview.h
@@ -348,6 +348,9 @@ std::string get_item_icon_name(LLAssetType::EType asset_type,
348 U32 attachment_point, 348 U32 attachment_point,
349 BOOL item_is_multi ); 349 BOOL item_is_multi );
350 350
351std::string get_item_icon_name(LLInventoryType::NType inv_ntype,
352 BOOL item_is_multi );
353
351LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, 354LLUIImagePtr get_item_icon(LLAssetType::EType asset_type,
352 LLInventoryType::EType inventory_type, 355 LLInventoryType::EType inventory_type,
353 U32 attachment_point, 356 U32 attachment_point,