1
0
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:
windinthew 2010-07-11 06:56:02 +00:00
parent fb9e6e5f1a
commit 16716a6ef8

View File

@ -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,