QTfrontend/hwform.cpp
changeset 144 e6084b0c9316
parent 140 50ccde437ea1
child 151 9eb5a4cee35e
--- a/QTfrontend/hwform.cpp	Mon Sep 11 21:44:38 2006 +0000
+++ b/QTfrontend/hwform.cpp	Wed Sep 13 19:26:16 2006 +0000
@@ -153,7 +153,7 @@
 void HWForm::NewTeam()
 {
 	tmpTeam = new HWTeam("unnamed");
-
+	tmpTeam->SetToPage(this);
 	ui.Pages->setCurrentIndex(ID_PAGE_SETUP_TEAM);
 }