mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Typo in code comment
This commit is contained in:
parent
76a391f987
commit
17afc51644
@ -303,7 +303,7 @@ void TimerRecordDialog::OnAutoSavePathButton_Click(wxCommandEvent& WXUNUSED(even
|
|||||||
|
|
||||||
AudacityProject* pProject = GetActiveProject();
|
AudacityProject* pProject = GetActiveProject();
|
||||||
|
|
||||||
// If project already exits then abort - we do not allow users to overwrite an existing project
|
// If project already exists then abort - we do not allow users to overwrite an existing project
|
||||||
// unless it is the current project.
|
// unless it is the current project.
|
||||||
if (wxFileExists(fName) && (pProject->GetFileName() != fName)) {
|
if (wxFileExists(fName) && (pProject->GetFileName() != fName)) {
|
||||||
wxMessageDialog m(
|
wxMessageDialog m(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user