1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

AUP3: Several little fixes

Handle bypassing of timetracks in AUP importer correctly
Add bypassing of timetracks in AUP3 importer
Move/add AUP3 in filter lists.
This commit is contained in:
Leland Lucius
2020-07-15 07:57:20 -05:00
parent 5bc3ae659c
commit 176eb49a1e
4 changed files with 53 additions and 17 deletions

View File

@@ -1208,7 +1208,7 @@ bool ProjectFileManager::Import(
}
// Handle AUP ("legacy project") files directly
if (fileName.AfterLast('.').IsSameAs(wxT("aup3"), false)) {
if (fileName.AfterLast('.').IsSameAs(wxT("aup"), false)) {
auto &history = ProjectHistory::Get( project );
history.PushState(XO("Imported '%s'").Format( fileName ), XO("Import"));