mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +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
|
// Inform user of load failure
|
||||||
wxMessageBox( msg,
|
wxMessageBox( msg,
|
||||||
_("Error Loading EQ Curves"),
|
_("Error Loading EQ Curves"),
|
||||||
wxOK | wxCENTRE,
|
wxOK | wxCENTRE);
|
||||||
this );
|
|
||||||
mCurves.Add( _("unnamed") ); // we always need a default curve to use
|
mCurves.Add( _("unnamed") ); // we always need a default curve to use
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user