diff options
author | richard <none@none> | 2010-02-05 11:34:49 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-05 11:34:49 -0800 |
commit | df3da77fa9a067b96400eaaa5fbb05ec7e8c1d64 (patch) | |
tree | aa7678bfe83477b008f3438ac4a22acdfa90013d /indra/newview/llpanellogin.cpp | |
parent | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (diff) | |
parent | ddfc6efbeeda5d2b08888a7ae0f04df242326e26 (diff) |
merge
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 2d5246c409..43f4024bac 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -213,8 +213,8 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, } #if !USE_VIEWER_AUTH - childSetPrevalidate("first_name_edit", LLLineEditor::prevalidateASCIIPrintableNoSpace); - childSetPrevalidate("last_name_edit", LLLineEditor::prevalidateASCIIPrintableNoSpace); + childSetPrevalidate("first_name_edit", LLTextValidate::validateASCIIPrintableNoSpace); + childSetPrevalidate("last_name_edit", LLTextValidate::validateASCIIPrintableNoSpace); childSetCommitCallback("password_edit", mungePassword, this); getChild<LLLineEditor>("password_edit")->setKeystrokeCallback(onPassKey, this); |