Choose Athlete not Cyclist

The Choose Cyclist Dialog now has a title bar
'Choose an Athlete' not 'Choose a Cyclist'. Missed
in previous commit.
This commit is contained in:
Mark Liversedge
2011-09-01 21:34:40 +01:00
parent 488bfca665
commit e69cd552a2

View File

@@ -24,7 +24,7 @@
ChooseCyclistDialog::ChooseCyclistDialog(const QDir &home, bool allowNew) :
home(home)
{
setWindowTitle(tr("Choose a Cyclist"));
setWindowTitle(tr("Choose an Athlete"));
listWidget = new QListWidget(this);
listWidget->setSelectionMode(QAbstractItemView::SingleSelection);