1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 15:09:08 +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) if(!hasWave)
// Treat append-record like record, when there was no given wave track // Treat append-record like record record to new, when there are
// to append onto. // no wave tracks to append onto.
appendRecord = false; appendRecord = false;
double t0 = p->GetSel0(); double t0 = p->GetSel0();