1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01: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++; requiredTags++;
mProjDir = mFilename; mProjDir = mFilename;
wxString altname = mProjDir.GetName() + wxT("-data"); wxString altname = mProjDir.GetName() + wxT("_data");
mProjDir.SetFullName(wxEmptyString); mProjDir.SetFullName(wxEmptyString);
wxString projName = value; wxString projName = value;