mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Fix missing access keys
This commit is contained in:
parent
5dfb47132e
commit
5b36f5d6a9
@ -155,7 +155,7 @@ void RecordingPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartStatic(_("Options"));
|
||||
{
|
||||
S.TieCheckBox(_("Record appends, instead of recording new track"),
|
||||
S.TieCheckBox(_("Record &appends, instead of recording new track"),
|
||||
wxT("/GUI/PreferAppendRecord"),
|
||||
true);
|
||||
}
|
||||
|
@ -118,7 +118,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
mViewCodes);
|
||||
S.SetSizeHints(mViewChoices);
|
||||
|
||||
S.TieChoice(_("Display samples:"),
|
||||
S.TieChoice(_("Display &samples:"),
|
||||
wxT("/GUI/SampleView"),
|
||||
0,
|
||||
mSampleDisplayChoice,
|
||||
|
Loading…
x
Reference in New Issue
Block a user