diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2004-12-27 05:50:18 +0000 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2004-12-27 05:50:18 +0000 |
commit | 27be25397b09772928d5cdf8c47e350f9baefb69 (patch) | |
tree | 6e6d6fd80fea53651e46e251c2c8145ee399b2ba /src/gui/setup.h | |
parent | 5b3b8e8089902cb957e4dd19c0b258bc7bdb8065 (diff) | |
download | mana-27be25397b09772928d5cdf8c47e350f9baefb69.tar.gz mana-27be25397b09772928d5cdf8c47e350f9baefb69.tar.bz2 mana-27be25397b09772928d5cdf8c47e350f9baefb69.tar.xz mana-27be25397b09772928d5cdf8c47e350f9baefb69.zip |
Using Configuration class
Added switch for sound
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 3c43f727..7c56f3c9 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -33,9 +33,11 @@ class Setup : public Window, public gcn::ActionListener { /* Dialog parts */ ModesListModel *modesListModel; gcn::Label *displayLabel; + CheckBox *fsCheckBox; + gcn::Label *soundLabel; + CheckBox *soundCheckBox; gcn::ScrollArea *scrollArea; gcn::ListBox *modesList; - CheckBox *fsCheckBox; Button *applyButton; Button *cancelButton; |