1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 23:30:07 +02:00

Fix missing access keys

This commit is contained in:
windinthew 2017-05-08 20:20:05 +01:00
parent 5dfb47132e
commit 5b36f5d6a9
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(_("Options")); S.StartStatic(_("Options"));
{ {
S.TieCheckBox(_("Record appends, instead of recording new track"), S.TieCheckBox(_("Record &appends, instead of recording new track"),
wxT("/GUI/PreferAppendRecord"), wxT("/GUI/PreferAppendRecord"),
true); true);
} }

View File

@ -118,7 +118,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
mViewCodes); mViewCodes);
S.SetSizeHints(mViewChoices); S.SetSizeHints(mViewChoices);
S.TieChoice(_("Display samples:"), S.TieChoice(_("Display &samples:"),
wxT("/GUI/SampleView"), wxT("/GUI/SampleView"),
0, 0,
mSampleDisplayChoice, mSampleDisplayChoice,