QTfrontend/hwform.cpp
changeset 2468 0b62498c201a
parent 2443 fececcbc2189
child 2511 446aac3c05a4
--- a/QTfrontend/hwform.cpp	Thu Oct 15 19:38:18 2009 +0000
+++ b/QTfrontend/hwform.cpp	Thu Oct 15 21:47:05 2009 +0000
@@ -864,7 +864,7 @@
 {
 	CreateGame(0, 0, 0);
 
-	game->StartTraining();
+	game->StartTraining(ui.pageTraining->CBSelect->currentText());
 }
 
 void HWForm::CreateNetGame()