summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-09-28 22:19:06 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-09-28 22:19:06 +0000
commit4d117b39c555966d7648a03e0127560278e47170 (patch)
tree9a8f6dca14a5b69b6860db91bb795adb351bb714 /src/gui/setup.h
parenteb8dc37bfa07e1185308bc8d4748d92c69af1783 (diff)
downloadmana-client-4d117b39c555966d7648a03e0127560278e47170.tar.gz
mana-client-4d117b39c555966d7648a03e0127560278e47170.tar.bz2
mana-client-4d117b39c555966d7648a03e0127560278e47170.tar.xz
mana-client-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.h4
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;