summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-11-16 21:27:08 +0800
committerangela <angela@lindenlab.com>2009-11-16 21:27:08 +0800
commitbce2cab144214b5a90a702e62f1e7c98e93fefc3 (patch)
tree773dc7eaff5df624e47efccf9a14be0895ea4489 /indra/newview
parentc5a01e8b3514383d0c6fd50c999803bf8eb86d1d (diff)
EXT-2317 I18N: use the localized names for [ATTACHMENT_POINT] in strings.xml WornOnAttachmentPoint
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorybridge.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index d7be09efa9..d18f9affe3 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -3937,7 +3937,6 @@ std::string LLObjectBridge::getLabelSuffix() const
if( avatar && avatar->isWearingAttachment( mUUID ) )
{
std::string attachment_point_name = avatar->getAttachedPointName(mUUID);
- LLStringUtil::toLower(attachment_point_name);
LLStringUtil::format_map_t args;
args["[ATTACHMENT_POINT]"] = attachment_point_name.c_str();