diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-01-30 15:36:00 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-01-30 15:36:00 +0200 |
commit | cccdd1fb397240fda99663b403e00b2582c202ba (patch) | |
tree | df59513302ac4dcd4812ccdc65731bc7b53687b3 /indra/newview/llpanellogin.cpp | |
parent | 38000f8f18cc4b46c243edcc372b2cfa89cf3bb8 (diff) |
MAINT-4853 FIXED Pressing the ENTER key when entering a location into the Type a location field, doesn't log you in
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rwxr-xr-x | 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 b181ea217b..a6a7150ae7 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -210,7 +210,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, LLComboBox* favorites_combo = getChild<LLComboBox>("start_location_combo"); updateLocationSelectorsVisibility(); // separate so that it can be called from preferences - favorites_combo->setCommitCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); + favorites_combo->setReturnCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); favorites_combo->setFocusLostCallback(boost::bind(&LLPanelLogin::onLocationSLURL, this)); LLComboBox* server_choice_combo = getChild<LLComboBox>("server_combo"); |