1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 06:59:07 +02:00

Make comment clearer

This commit is contained in:
Steve Daulton 2018-05-18 12:06:15 +01:00
parent b3bf321893
commit 41315dac95

View File

@ -985,8 +985,8 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
}
}
if(!hasWave)
// Treat append-record like record, when there was no given wave track
// to append onto.
// Treat append-record like record record to new, when there are
// no wave tracks to append onto.
appendRecord = false;
double t0 = p->GetSel0();