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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user