diff -r e6ae904c050a -r 5c3fe8762edc QTfrontend/hwform.cpp --- 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);