summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-24 21:49:09 +0200
committerDennis Friis <peavey@inspircd.org>2009-05-25 05:26:55 +0200
commit050103b8d2e3eb23e7aea188a1a269feb7c181ab (patch)
tree9bfb7d2ac95cdd93399ab22fc27b9bd059a7af26 /src/gui/charselectdialog.h
parent18b6856aa416473019bc36ead2c0e9cda3719a44 (diff)
downloadMana-050103b8d2e3eb23e7aea188a1a269feb7c181ab.tar.gz
Mana-050103b8d2e3eb23e7aea188a1a269feb7c181ab.tar.bz2
Mana-050103b8d2e3eb23e7aea188a1a269feb7c181ab.tar.xz
Mana-050103b8d2e3eb23e7aea188a1a269feb7c181ab.zip
Add change password dialog to athena client
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index adbf3de1..06ce4b55 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -47,13 +47,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener
/**
* Constructor.
*/
-#ifdef TMWSERV_SUPPORT
CharSelectDialog(LockedArray<LocalPlayer*> *charInfo,
LoginData *loginData);
-#else
- CharSelectDialog(LockedArray<LocalPlayer*> *charInfo,
- Gender gender);
-#endif
void action(const gcn::ActionEvent &event);
@@ -70,12 +65,16 @@ class CharSelectDialog : public Window, public gcn::ActionListener
gcn::Button *mCancelButton;
gcn::Button *mPreviousButton;
gcn::Button *mNextButton;
+ gcn::Button *mChangePasswordButton;
gcn::Label *mNameLabel;
gcn::Label *mLevelLabel;
gcn::Label *mMoneyLabel;
+ gcn::Label *mAccountNameLabel;
std::string mMoney;
+ LoginData *mLoginData;
+
PlayerBox *mPlayerBox;
bool mCharSelected;
@@ -84,11 +83,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener
gcn::Button *mNewCharButton;
gcn::Button *mDelCharButton;
gcn::Button *mUnRegisterButton;
- gcn::Button *mChangePasswordButton;
gcn::Button *mChangeEmailButton;
- gcn::Label *mAccountNameLabel;
- LoginData *mLoginData;
#else
gcn::Button *mNewDelCharButton;
gcn::Label *mJobLevelLabel;