mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
WorkoutWizard - Fix copy/paste error
[skip ci] Reported at the users forum
This commit is contained in:
@@ -97,7 +97,7 @@ WorkoutEditorBase::WorkoutEditorBase(QStringList &colms, QWidget *parent) :QFram
|
||||
row2Layout->addWidget(addButton);
|
||||
QPushButton *insertButton = new QPushButton();
|
||||
insertButton->setText(tr("Insert"));
|
||||
insertButton->setToolTip(tr("Add a Lap below the highlighted row"));
|
||||
insertButton->setToolTip(tr("Add a Row above the highlighted row"));
|
||||
connect(insertButton,SIGNAL(clicked()),this,SLOT(insertButtonClicked()));
|
||||
row2Layout->addWidget(insertButton);
|
||||
QPushButton *lapButton = new QPushButton();
|
||||
|
||||
Reference in New Issue
Block a user