diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 22:19:06 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 22:19:06 +0000 |
commit | 4d117b39c555966d7648a03e0127560278e47170 (patch) | |
tree | 9a8f6dca14a5b69b6860db91bb795adb351bb714 /src/gui/setup.h | |
parent | eb8dc37bfa07e1185308bc8d4748d92c69af1783 (diff) | |
download | mana-4d117b39c555966d7648a03e0127560278e47170.tar.gz mana-4d117b39c555966d7648a03e0127560278e47170.tar.bz2 mana-4d117b39c555966d7648a03e0127560278e47170.tar.xz mana-4d117b39c555966d7648a03e0127560278e47170.zip |
Added a Reset Win Positions to Default in the Setup win.
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; |