diff options
| author | richard <none@none> | 2009-12-15 16:54:32 -0800 | 
|---|---|---|
| committer | richard <none@none> | 2009-12-15 16:54:32 -0800 | 
| commit | cda1598fd6e17e0c0b641c73c540d8c898f2798f (patch) | |
| tree | 4ec27288a9621edaa9007f986ac1fee6232759bf /indra | |
| parent | 699e2e027bf241af6c0dec5a03a51422911b4e0f (diff) | |
fixed enter not performing login
Diffstat (limited to 'indra')
| -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 a5bfa18851..48adfd0011 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -249,7 +249,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect,  	childSetAction("connect_btn", onClickConnect, this); -	getChild<LLPanel>("login_widgets")->setDefaultBtn("connect_btn"); +	getChild<LLPanel>("login")->setDefaultBtn("connect_btn");  	std::string channel = gSavedSettings.getString("VersionChannelName");  	std::string version = llformat("%s (%d)", | 
