diff options
author | James Cook <james@lindenlab.com> | 2010-05-20 16:15:22 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-20 16:15:22 -0700 |
commit | b637a183c41b091ea1c2e0a2f85987b7b5988afd (patch) | |
tree | 699cbadde5201400032223cc260b63413944c803 /indra/newview/llpanellogin.cpp | |
parent | be3fb2b578bfc20dda7175cca595a1be53fe23d2 (diff) |
DEV-50304 Busy mode response off bottom of preferences
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 632c66a68c..feb36cf7dd 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -532,7 +532,7 @@ void LLPanelLogin::setFields(LLPointer<LLCredential> credential, std::string login_id = firstname; if (!lastname.empty() && lastname != "Resident") { - // support traditional First Last name slurls + // support traditional First Last name SLURLs login_id += " "; login_id += lastname; } |