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:
parent
a512706646
commit
83ffb6d238
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user