summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-29 05:45:10 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-29 05:45:10 +0300
commitcc3d90c515331acab2f888fe9c3e72ed321f7f1a (patch)
treefa0079b4404b81ef279569312ce8fd319f31af84 /src/gui/charcreatedialog.h
parent1400abb6cfd9596e2b9430385d68e6527f6b0d2b (diff)
downloadplus-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.h1
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;