diff --git a/src/Project.cpp b/src/Project.cpp index 59427f053..2874e2270 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -3430,11 +3430,11 @@ bool AudacityProject::SaveAs(bool bWantSaveCompressed /*= false*/) DialogTitle, path, fName, wxT(""), _("Audacity projects") + static_cast(wxT(" (*.aup)|*.aup")), - // JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking - // for overwrite ourselves later, and we disallow it. - // We disallow overwrite because we would have to delete the many - // smaller files too, or prompt to move them. - wxFD_SAVE | wxRESIZE_BORDER, this); + // JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking + // for overwrite ourselves later, and we disallow it. + // We disallow overwrite because we would have to delete the many + // smaller files too, or prompt to move them. + wxFD_SAVE | wxRESIZE_BORDER, this); } if (fName == wxT(""))