mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Steve Daulton's fix for bug 599
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user