summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2004-12-27 05:50:18 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2004-12-27 05:50:18 +0000
commit27be25397b09772928d5cdf8c47e350f9baefb69 (patch)
tree6e6d6fd80fea53651e46e251c2c8145ee399b2ba /src/gui/setup.h
parent5b3b8e8089902cb957e4dd19c0b258bc7bdb8065 (diff)
downloadmana-client-27be25397b09772928d5cdf8c47e350f9baefb69.tar.gz
mana-client-27be25397b09772928d5cdf8c47e350f9baefb69.tar.bz2
mana-client-27be25397b09772928d5cdf8c47e350f9baefb69.tar.xz
mana-client-27be25397b09772928d5cdf8c47e350f9baefb69.zip
Using Configuration class
Added switch for sound
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h4
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;