1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Rewrite another commented-out call to AudacityMessageBox

This commit is contained in:
Paul Licameli 2019-12-21 20:07:55 -05:00
parent a512706646
commit 83ffb6d238

View File

@ -1736,7 +1736,7 @@ ProgressResult ExportMP3::Export(AudacityProject *project,
#ifdef DISABLE_DYNAMIC_LOADING_LAME
if (!exporter.InitLibrary(wxT(""))) {
AudacityMessageBox( _("Could not initialize MP3 encoding library!") );
AudacityMessageBox( XO("Could not initialize MP3 encoding library!") );
gPrefs->Write(wxT("/MP3/MP3LibPath"), wxString(wxT("")));
gPrefs->Flush();