mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 14:20:06 +02:00
Gale's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=569 (P3)
This commit is contained in:
parent
9c2e9e50e8
commit
33179c5253
@ -1238,7 +1238,7 @@ void EqualizationDialog::MakeEqualizationDialog()
|
|||||||
mFaderOrDraw[1] = new wxRadioButton(
|
mFaderOrDraw[1] = new wxRadioButton(
|
||||||
this, sliderRadioID, _("&Graphic EQ"),
|
this, sliderRadioID, _("&Graphic EQ"),
|
||||||
wxDefaultPosition, wxDefaultSize, 0 );
|
wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
mFaderOrDraw[0]->SetName(_("Graphic EQ"));
|
mFaderOrDraw[1]->SetName(_("Graphic EQ"));
|
||||||
szrH->Add( mFaderOrDraw[1], 0, wxRIGHT, 4 );
|
szrH->Add( mFaderOrDraw[1], 0, wxRIGHT, 4 );
|
||||||
|
|
||||||
mInterpChoice = new wxChoice(this, ID_INTERP,
|
mInterpChoice = new wxChoice(this, ID_INTERP,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user