summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-05-19 13:53:25 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-05-19 13:53:25 -0700
commit7f2e4c621ca297af47c67f31ccdf3bddbaae57b7 (patch)
treeed00134d5718d0c734809e2da9266361ced06250 /indra/newview/lltoolpie.cpp
parentda1a39c935d8ef660c35d01bf9d7c53af3adf7ae (diff)
parent31220ceffbacdf0f14929b735b0c9e250e1225ca (diff)
Merge
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index 67db778bdb..ebef28fd64 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -881,7 +881,7 @@ BOOL LLToolPie::handleTooltipObject( LLViewerObject* hover_object, std::string l
if (LLAvatarNameCache::useDisplayNames()
&& LLAvatarNameCache::get(hover_object->getID(), &av_name))
{
- final_name = av_name.mDisplayName + " (" + av_name.mSLID + ")";
+ final_name = av_name.mDisplayName + " (" + av_name.mUsername + ")";
}
else
{