summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon <none@none>2014-05-09 11:14:30 -0700
committersimon <none@none>2014-05-09 11:14:30 -0700
commit2615c62b13869f690b8c48bbf3dc65b3588b255a (patch)
tree5e8cb088ea3a36eaa740c72e067a1447d8af0e89
parent06ac02fc2c548972e3024af24857c4daf8ffb3ff (diff)
parent403d569adc676e3a0af96175c77e07d0631f9aae (diff)
Ugh - fix heads and duplicated efforts
-rwxr-xr-xindra/newview/llviewertexteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexteditor.cpp b/indra/newview/llviewertexteditor.cpp
index a96cd4fe38..0c4f55d704 100755
--- a/indra/newview/llviewertexteditor.cpp
+++ b/indra/newview/llviewertexteditor.cpp
@@ -542,7 +542,7 @@ LLUIImagePtr LLEmbeddedItems::getItemImage(llwchar ext_char) const
case LLAssetType::AT_BODYPART: img_name = "Inv_Skin"; break;
case LLAssetType::AT_ANIMATION: img_name = "Inv_Animation"; break;
case LLAssetType::AT_GESTURE: img_name = "Inv_Gesture"; break;
- case LLAssetType::AT_MESH: img_name = "Inv_Mesh"; break;
+ case LLAssetType::AT_MESH: img_name = "Inv_Mesh"; break;
default: img_name = "Inv_Invalid"; break; // use the Inv_Invalid icon for undefined object types (see MAINT-3981)
}