diff options
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 64358176..2acb1af2 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -104,8 +104,8 @@ class Setup : public Window, public gcn::ActionListener gcn::CheckBox *customCursorCheckBox; gcn::Slider *alphaSlider; gcn::Slider *sfxSlider, *musicSlider; - gcn::Button *applyButton; - gcn::Button *cancelButton; + gcn::Button *applyButton, *cancelButton; + gcn::Button *resetWinsToDefault; // Variables that keeps old settings until the user "apply" them... int musicVolume, sfxVolume; |