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

AUP3: "All supported files" filter missing AUP3 extension

This commit is contained in:
Leland Lucius
2020-07-17 20:44:03 -05:00
parent 1f87d4f716
commit df4f3bd4e2
2 changed files with 11 additions and 6 deletions

View File

@@ -871,7 +871,7 @@ void ProjectManager::OnOpenAudioFile(wxCommandEvent & event)
void ProjectManager::OpenFiles(AudacityProject *proj)
{
auto selectedFiles =
ProjectFileManager::ShowOpenDialog( FileNames::AudacityProjects );
ProjectFileManager::ShowOpenDialog();
if (selectedFiles.size() == 0) {
Importer::SetLastOpenType({});
return;