mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Can't use "v" for an access key - conflicts with Preview
This commit is contained in:
parent
fb9e6e5f1a
commit
16716a6ef8
@ -1284,7 +1284,7 @@ void EqualizationDialog::MakeEqualizationDialog()
|
||||
|
||||
btn = new wxButton( this, ID_CLEAR, _("Fla&tten"));
|
||||
szrC->Add( btn, 0, wxALIGN_CENTRE | wxALL, 4 );
|
||||
btn = new wxButton( this, ID_INVERT, _("In&vert"));
|
||||
btn = new wxButton( this, ID_INVERT, _("&Invert"));
|
||||
szrC->Add( btn, 0, wxALIGN_CENTRE | wxALL, 4 );
|
||||
mGridOnOff = new wxCheckBox(this, GridOnOffID, _("G&rids"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
|
Loading…
x
Reference in New Issue
Block a user