diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-29 05:45:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-29 05:45:10 +0300 |
commit | cc3d90c515331acab2f888fe9c3e72ed321f7f1a (patch) | |
tree | fa0079b4404b81ef279569312ce8fd319f31af84 /src/gui/charcreatedialog.h | |
parent | 1400abb6cfd9596e2b9430385d68e6527f6b0d2b (diff) | |
download | plus-cc3d90c515331acab2f888fe9c3e72ed321f7f1a.tar.gz plus-cc3d90c515331acab2f888fe9c3e72ed321f7f1a.tar.bz2 plus-cc3d90c515331acab2f888fe9c3e72ed321f7f1a.tar.xz plus-cc3d90c515331acab2f888fe9c3e72ed321f7f1a.zip |
Show race name in char creation dialog.
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index e369f1777..065b532c4 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -101,6 +101,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener gcn::Button *mNextRaceButton; gcn::Button *mPrevRaceButton; gcn::Label *mRaceLabel; + gcn::Label *mRaceNameLabel; gcn::RadioButton *mMale; gcn::RadioButton *mFemale; |