diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-03 23:06:51 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-03 23:06:51 -0600 |
commit | 69217e82e8631bbb2183a1322d0985a495c52f5e (patch) | |
tree | 60ba8d777ddd9d8121a910e864b8d2434c982347 /src/gui/login.h | |
parent | 8ef86b6da8e2b5a9c5ff9db6ef22980013e52dd3 (diff) | |
download | mana-69217e82e8631bbb2183a1322d0985a495c52f5e.tar.gz mana-69217e82e8631bbb2183a1322d0985a495c52f5e.tar.bz2 mana-69217e82e8631bbb2183a1322d0985a495c52f5e.tar.xz mana-69217e82e8631bbb2183a1322d0985a495c52f5e.zip |
Polish login procedure and fix some bugs with it
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations.
Diffstat (limited to 'src/gui/login.h')
-rw-r--r-- | src/gui/login.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/login.h b/src/gui/login.h index 74a998ba..d3ec7b39 100644 --- a/src/gui/login.h +++ b/src/gui/login.h @@ -71,8 +71,8 @@ class LoginDialog : public Window, public gcn::ActionListener, gcn::TextField *mUserField; gcn::TextField *mPassField; gcn::CheckBox *mKeepCheck; - gcn::Button *mOkButton; - gcn::Button *mCancelButton; + gcn::Button *mServerButton; + gcn::Button *mLoginButton; gcn::Button *mRegisterButton; LoginData *mLoginData; |