diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-05-19 13:53:25 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-05-19 13:53:25 -0700 |
commit | 7f2e4c621ca297af47c67f31ccdf3bddbaae57b7 (patch) | |
tree | ed00134d5718d0c734809e2da9266361ced06250 /indra/newview/llfloatersellland.cpp | |
parent | da1a39c935d8ef660c35d01bf9d7c53af3adf7ae (diff) | |
parent | 31220ceffbacdf0f14929b735b0c9e250e1225ca (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloatersellland.cpp')
-rw-r--r-- | indra/newview/llfloatersellland.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersellland.cpp b/indra/newview/llfloatersellland.cpp index ad35581641..ebb73baffb 100644 --- a/indra/newview/llfloatersellland.cpp +++ b/indra/newview/llfloatersellland.cpp @@ -243,7 +243,7 @@ void LLFloaterSellLandUI::updateParcelInfo() void LLFloaterSellLandUI::onBuyerNameCache(const LLAvatarName& av_name) { childSetText("sell_to_agent", av_name.getNameAndSLID()); - childSetToolTip("sell_to_agent", av_name.mSLID); + childSetToolTip("sell_to_agent", av_name.mUsername); } void LLFloaterSellLandUI::setBadge(const char* id, Badge badge) |