diff -r a803a00a3272 -r 2b7f2a43b999 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Dec 31 13:46:49 2005 +0000 +++ b/QTfrontend/hwform.cpp Thu Jan 05 15:54:22 2006 +0000 @@ -117,7 +117,7 @@ list = cfgdir.entryList(QStringList("*.cfg")); for (QStringList::Iterator it = list.begin(); it != list.end(); ++it ) { - ui.CBTeamName->addItem((*it).replace(QRegExp("^(.*).cfg"), "\\1")); + ui.CBTeamName->addItem((*it).replace(QRegExp("^(.*).cfg$"), "\\1")); }