diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-26 16:44:52 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-26 16:44:52 -0700 |
commit | 6b658b783521d17dffaa7609491c627f1d9763db (patch) | |
tree | 4ceac5e64e46715647a1ed03a2b602a05caec5da /src/gui/char_select.h | |
parent | 368a7d109248fe286aad278e744192746381df9c (diff) | |
download | mana-6b658b783521d17dffaa7609491c627f1d9763db.tar.gz mana-6b658b783521d17dffaa7609491c627f1d9763db.tar.bz2 mana-6b658b783521d17dffaa7609491c627f1d9763db.tar.xz mana-6b658b783521d17dffaa7609491c627f1d9763db.zip |
Merged new and delete buttons, since either one or the other is always
enabled, and having both doesn't look as good.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 23f5499c..5d4ecfa8 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -65,8 +65,7 @@ class CharSelectDialog : public Window, public gcn::ActionListener gcn::Button *mSelectButton; gcn::Button *mCancelButton; - gcn::Button *mNewCharButton; - gcn::Button *mDelCharButton; + gcn::Button *mNewDelCharButton; gcn::Button *mPreviousButton; gcn::Button *mNextButton; |