1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Add missing access key for new menu item

This commit is contained in:
Gale Andrews 2017-04-09 18:30:00 +01:00 committed by GitHub
parent 8fdc60f7bc
commit ffdba2eb2b

View File

@ -999,7 +999,7 @@ void AudacityProject::CreateMenusAndCommands()
c->AddSeparator();
c->AddItemList(wxT("Align"), alignLabels, FN(OnAlign));
c->AddSeparator();
c->AddCheck(wxT("MoveSelectionWithTracks"), _("Move Selection with Tracks (on/off)"),
c->AddCheck(wxT("MoveSelectionWithTracks"), _("&Move Selection with Tracks (on/off)"),
FN(OnMoveSelectionWithTracks),
gPrefs->Read(wxT("/GUI/MoveSelectionWithTracks"), 1L),
AlwaysEnabledFlag, AlwaysEnabledFlag);