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