From e69cd552a2079febdff9872297eecc873d7e3f54 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 1 Sep 2011 21:34:40 +0100 Subject: [PATCH] Choose Athlete not Cyclist The Choose Cyclist Dialog now has a title bar 'Choose an Athlete' not 'Choose a Cyclist'. Missed in previous commit. --- src/ChooseCyclistDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChooseCyclistDialog.cpp b/src/ChooseCyclistDialog.cpp index 22e8e9098..1751cb8ed 100644 --- a/src/ChooseCyclistDialog.cpp +++ b/src/ChooseCyclistDialog.cpp @@ -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);