summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-26 16:44:52 -0700
committerIra Rice <irarice@gmail.com>2009-01-26 16:44:52 -0700
commit6b658b783521d17dffaa7609491c627f1d9763db (patch)
tree4ceac5e64e46715647a1ed03a2b602a05caec5da /src/gui/char_select.h
parent368a7d109248fe286aad278e744192746381df9c (diff)
downloadMana-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.h3
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;