diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-18 20:01:21 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2008-04-18 20:01:21 +0000 |
commit | dacb4895bd1985c1ac969767fc483f9200b343c8 (patch) | |
tree | 40562d6e1dcaed9956152089db98316974a99e99 /src/gui/char_select.h | |
parent | 4371c8c1ffcf24e8d5a7cf2ec126be239cab3d76 (diff) | |
download | mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.gz mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.bz2 mana-dacb4895bd1985c1ac969767fc483f9200b343c8.tar.xz mana-dacb4895bd1985c1ac969767fc483f9200b343c8.zip |
Added a change password dialog. State code is to be reworked.
(Once again, I need feedback. Thanks!)
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index d275c451..9c7bac24 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -70,7 +70,9 @@ class CharSelectDialog : public Window, public gcn::ActionListener gcn::Button *mPreviousButton; gcn::Button *mNextButton; gcn::Button *mUnRegisterButton; + gcn::Button *mChangePasswordButton; + gcn::Label *mAccountNameLabel; gcn::Label *mNameLabel; gcn::Label *mLevelLabel; gcn::Label *mMoneyLabel; |