From 41315dac95243294d929f9fa6f28c7fcb026de59 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Fri, 18 May 2018 12:06:15 +0100 Subject: [PATCH] Make comment clearer --- src/toolbars/ControlToolBar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/toolbars/ControlToolBar.cpp b/src/toolbars/ControlToolBar.cpp index c28e3fa8c..a9492aa3b 100644 --- a/src/toolbars/ControlToolBar.cpp +++ b/src/toolbars/ControlToolBar.cpp @@ -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();