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:
parent
5dfb47132e
commit
5b36f5d6a9
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user