diff options
author | Palmer <palmer@lindenlab.com> | 2009-12-07 16:03:56 -0800 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2009-12-07 16:03:56 -0800 |
commit | 85488f54148b2dba02eadcbd50ccbb552638c3c7 (patch) | |
tree | dbb248900527cac25c307970fb5c817b90b715e7 /indra/newview/llinventoryfunctions.cpp | |
parent | ee159d8e742a7281f304fc45b692c111706d294e (diff) | |
parent | 9d3968bb837828568bf58113b8315c8ca2e8dae1 (diff) |
Merge of viewer 2 changes
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 75218e98e0..01c7f0974d 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -323,6 +323,9 @@ const std::string& get_item_icon_name(LLAssetType::EType asset_type, case LLAssetType::AT_LINK_FOLDER: idx = LINKFOLDER_ICON_NAME; break; + case LLAssetType::AT_MESH: + idx = MESH_ICON_NAME; + break; default: break; } |