diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-14 14:19:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-14 14:19:17 -0800 |
commit | 9b556fb3fea0a97f5773d8fd435a428b0fafacbf (patch) | |
tree | 70ad5507e20f3ddcff5610a535fc32b31ad14508 /indra/llui/llurlentry.cpp | |
parent | 0182eb11f70b6f5a485f8b447acd9c14117a7186 (diff) |
CHUI-599 : Use the account name in all places that are not UI related but use avatar names to index, search and other code only uses.
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rw-r--r-- | indra/llui/llurlentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index fd2635c73a..47a780b7dc 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -613,7 +613,7 @@ LLUrlEntryAgentUserName::LLUrlEntryAgentUserName() std::string LLUrlEntryAgentUserName::getName(const LLAvatarName& avatar_name) { - return avatar_name.getUserName(); + return avatar_name.getAccountName(); } // |