author | displacer |
Sun, 12 Nov 2006 22:36:13 +0000 | |
changeset 233 | 5c3fe8762edc |
parent 232 | e6ae904c050a |
child 234 | 4040a1cbb0ee |
--- a/QTfrontend/hwform.cpp Sun Nov 12 20:31:16 2006 +0000 +++ b/QTfrontend/hwform.cpp Sun Nov 12 22:36:13 2006 +0000 @@ -124,6 +124,7 @@ for(QStringList::iterator it=tmNames.begin(); it!=tmNames.end(); it++) { HWTeam team(*it); team.LoadFromFile(); + team.TeamName=*it; // FIXME: we can have different different teamnames in config files teamsList.push_back(team); } ui.pageMultiplayer->teamsSelect->resetPlayingTeams(teamsList);