mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 07:12:34 +02:00
Steve Daulton's fix for bug 599
This commit is contained in:
parent
7696ba4602
commit
fb94bd9203
@ -1031,8 +1031,7 @@ void EqualizationDialog::LoadCurves(wxString fileName, bool append)
|
||||
// Inform user of load failure
|
||||
wxMessageBox( msg,
|
||||
_("Error Loading EQ Curves"),
|
||||
wxOK | wxCENTRE,
|
||||
this );
|
||||
wxOK | wxCENTRE);
|
||||
mCurves.Add( _("unnamed") ); // we always need a default curve to use
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user