aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorDavid Seikel2011-04-26 21:30:21 +1000
committerDavid Seikel2011-04-26 21:30:21 +1000
commitda97e24c3b045d16589124496d032ffb9b4ca07f (patch)
tree34d84cf4355f83e1a106d06a10ed2a4bb121fdc4 /linden/indra/newview/llpanellogin.h
parentApparently there is a wrong client tag for firestorm out in the wild. (diff)
parentChanged version to Experimental 2011.04.19 (diff)
downloadmeta-impy-da97e24c3b045d16589124496d032ffb9b4ca07f.zip
meta-impy-da97e24c3b045d16589124496d032ffb9b4ca07f.tar.gz
meta-impy-da97e24c3b045d16589124496d032ffb9b4ca07f.tar.bz2
meta-impy-da97e24c3b045d16589124496d032ffb9b4ca07f.tar.xz
Merge remote-tracking branch 'imprudence/exp' into exp
Conflicts (for future reference): linden/indra/llcommon/llstring.cpp linden/indra/newview/llpanelnetwork.cpp linden/indra/newview/llselectmgr.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/lltoolmgr.cpp linden/indra/newview/llvoavatar.cpp
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index d077f32..4d79750 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -83,7 +83,6 @@ public:
83 static void refreshLoginPage(); 83 static void refreshLoginPage();
84 static void giveFocus(); 84 static void giveFocus();
85 static void setAlwaysRefresh(bool refresh); 85 static void setAlwaysRefresh(bool refresh);
86 static void mungePassword(LLUICtrl* caller, void* user_data);
87 86
88 // inherited from LLViewerMediaObserver 87 // inherited from LLViewerMediaObserver
89 /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); 88 /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event);
@@ -95,6 +94,7 @@ private:
95 static bool newAccountAlertCallback(const LLSD& notification, const LLSD& response); 94 static bool newAccountAlertCallback(const LLSD& notification, const LLSD& response);
96 static void onClickQuit(void*); 95 static void onClickQuit(void*);
97 static void onClickVersion(void*); 96 static void onClickVersion(void*);
97 static void onPasswordChanged(LLUICtrl* caller, void* user_data);
98 static void onClickForgotPassword(void*); 98 static void onClickForgotPassword(void*);
99 static void onPassKey(LLLineEditor* caller, void* user_data); 99 static void onPassKey(LLLineEditor* caller, void* user_data);
100 static void onSelectServer(LLUICtrl*, void*); 100 static void onSelectServer(LLUICtrl*, void*);
@@ -117,8 +117,7 @@ private:
117 void (*mCallback)(S32 option, void *userdata); 117 void (*mCallback)(S32 option, void *userdata);
118 void* mCallbackData; 118 void* mCallbackData;
119 119
120 std::string mIncomingPassword; 120 std::string mActualPassword;
121 std::string mMungedPassword;
122 121
123 static LLPanelLogin* sInstance; 122 static LLPanelLogin* sInstance;
124 static BOOL sCapslockDidNotification; 123 static BOOL sCapslockDidNotification;