QTfrontend/hwform.cpp
changeset 312 c36d0b34ac3d
parent 311 b8905423f19f
child 314 83773ccf4f09
--- a/QTfrontend/hwform.cpp	Mon Jan 08 18:21:40 2007 +0000
+++ b/QTfrontend/hwform.cpp	Mon Jan 08 20:51:22 2007 +0000
@@ -69,6 +69,7 @@
 	connect(ui.pageOptions->BtnNewTeam,	SIGNAL(clicked()),	this, SLOT(NewTeam()));
 	connect(ui.pageOptions->BtnEditTeam,	SIGNAL(clicked()),	this, SLOT(EditTeam()));
 	connect(ui.pageOptions->BtnSaveOptions,	SIGNAL(clicked()),	config, SLOT(SaveOptions()));
+	connect(ui.pageOptions->BtnSaveOptions,	SIGNAL(clicked()),	this, SLOT(GoBack()));
 
 	connect(ui.pageNet->BtnBack,	SIGNAL(clicked()),	this, SLOT(GoBack()));
 	connect(ui.pageNet->BtnNetConnect,	SIGNAL(clicked()),	this, SLOT(NetConnect()));