summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-25 23:15:03 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-25 23:15:03 +0000
commit536f18bdaae32831aa92702535586f26d0628a42 (patch)
treef438efa69af7a6588bd00df126cd1f7c07bb8641 /src/gui/char_select.h
parent23e6d031b6c9f20dea6ba48dd1826d3286e18233 (diff)
downloadmana-client-536f18bdaae32831aa92702535586f26d0628a42.tar.gz
mana-client-536f18bdaae32831aa92702535586f26d0628a42.tar.bz2
mana-client-536f18bdaae32831aa92702535586f26d0628a42.tar.xz
mana-client-536f18bdaae32831aa92702535586f26d0628a42.zip
Added client-side email address change ability.
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r--src/gui/char_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h
index 9c7bac24..0c1dbe45 100644
--- a/src/gui/char_select.h
+++ b/src/gui/char_select.h
@@ -71,6 +71,7 @@ class CharSelectDialog : public Window, public gcn::ActionListener
gcn::Button *mNextButton;
gcn::Button *mUnRegisterButton;
gcn::Button *mChangePasswordButton;
+ gcn::Button *mChangeEmailButton;
gcn::Label *mAccountNameLabel;
gcn::Label *mNameLabel;