summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
diff options
context:
space:
mode:
authorPalmer <palmer@lindenlab.com>2009-11-12 14:05:01 -0800
committerPalmer <palmer@lindenlab.com>2009-11-12 14:05:01 -0800
commitbb72788392ea6d25adb045abd555419cd60c4888 (patch)
tree3787f0dcbcd22c3c4841d93c53b23ebf0a25019d /indra/newview/llinventoryfunctions.cpp
parent6eea54407e76e04ed6417c7f86f5252b26905335 (diff)
Fixes for mesh inventory type correctness.
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r--indra/newview/llinventoryfunctions.cpp3
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;
}