1
0
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:
v.audacity 2013-04-23 05:39:57 +00:00
parent 7696ba4602
commit fb94bd9203

View File

@ -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;
}