1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

Fix Linux build

This commit is contained in:
Paul Licameli 2017-03-22 16:25:49 -04:00
parent f62062aa3e
commit def0d2bada

View File

@ -1685,7 +1685,7 @@ ProgressResult ExportMP3::Export(AudacityProject *project,
gPrefs->Write(wxT("/MP3/MP3LibPath"), wxString(wxT("")));
gPrefs->Flush();
return false;
return ProgressResult::Cancelled;
}
#else
if (!exporter.LoadLibrary(parent, MP3Exporter::Maybe)) {