1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Bug 2679 - aup that opens in 2.4.2. does not open in 3.0.0

This commit is contained in:
James Crook 2021-02-26 10:56:34 +00:00
parent e6ec236a39
commit eaaaf67fe4

View File

@ -742,7 +742,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler)
requiredTags++;
mProjDir = mFilename;
wxString altname = mProjDir.GetName() + wxT("-data");
wxString altname = mProjDir.GetName() + wxT("_data");
mProjDir.SetFullName(wxEmptyString);
wxString projName = value;