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