Index: trunk/OpenYahtzee/src/SettingsDialog.h
===================================================================
--- trunk/OpenYahtzee/src/SettingsDialog.h	(revision 9)
+++ trunk/OpenYahtzee/src/SettingsDialog.h	(revision 10)
@@ -26,4 +26,5 @@
 // end wxGlade
 #include <wx/spinctrl.h>
+#include <wx/tglbtn.h>
 #include "ObjectsID.h"
 
@@ -34,4 +35,5 @@
 struct SettingsDialogData {
 	int highscoresize;
+	bool reset;
 };
 
@@ -53,4 +55,6 @@
     // end wxGlade
 	void ConnectEventTable();
+	
+
 
 protected:
@@ -58,8 +62,11 @@
     wxStaticText* label_1;
     wxSpinCtrl* spin_ctrl;
-    wxButton* button_3;
+    wxToggleButton* button_3; //the reset button
     wxButton* button_1;
     wxButton* button_2;
+
+	DECLARE_EVENT_TABLE();
     // end wxGlade
+	
 }; // wxGlade: end class
 
