diff options
author | callum <none@none> | 2009-11-30 20:19:39 -0800 |
---|---|---|
committer | callum <none@none> | 2009-11-30 20:19:39 -0800 |
commit | e0a7b7608f087b7d3a4b91ba7868e0a5c04aaa86 (patch) | |
tree | a4f225f5bb94495cd794d2f16d019b738de7baee /indra/newview/llpanellogin.h | |
parent | aae1917d2e7a5af03f525d44eb177317495ead29 (diff) |
Add support for dropping a region SLURL on login page and populating the UI
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index acb2001c22..8f24450c08 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -70,6 +70,7 @@ public: static void addServer(const std::string& server, S32 domain_name); static void refreshLocation( bool force_visible ); + static void updateLocationUI(); static void getFields(std::string *firstname, std::string *lastname, std::string *password); @@ -99,7 +100,7 @@ private: static void onPassKey(LLLineEditor* caller, void* user_data); static void onSelectServer(LLUICtrl*, void*); static void onServerComboLostFocus(LLFocusableElement*); - + private: LLPointer<LLUIImage> mLogoImage; |