summaryrefslogtreecommitdiff
path: root/indra/newview/llpersonmodelcommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpersonmodelcommon.cpp')
-rw-r--r--indra/newview/llpersonmodelcommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpersonmodelcommon.cpp b/indra/newview/llpersonmodelcommon.cpp
index e48eddf05a..73239dcb8d 100644
--- a/indra/newview/llpersonmodelcommon.cpp
+++ b/indra/newview/llpersonmodelcommon.cpp
@@ -71,7 +71,7 @@ LLPersonModelCommon::~LLPersonModelCommon()
BOOL LLPersonModelCommon::renameItem(const std::string& new_name)
{
mName = new_name;
- mSearchableName = new_name;
+ mSearchableName = new_name + " " + mLabelSuffix;
LLStringUtil::toUpper(mSearchableName);
return TRUE;
}