diff options
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; |