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:
parent
e6ec236a39
commit
eaaaf67fe4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user