1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-31 19:44:54 +02:00

Built-in effect dialogs: add access keys where necessary

Several of the dialog were missing acccess keys.
Note: access keys not added to Distortion effect as yet, due to complexity of control names changing when the Distortion type is changed.
This commit is contained in:
David Bailes
2020-03-27 10:41:30 +00:00
parent f449607751
commit eeeb4f3e1f
14 changed files with 56 additions and 56 deletions

View File

@@ -183,7 +183,7 @@ void EffectRepeat::PopulateOrExchange(ShuttleGui & S)
&repeatCount, NumValidatorStyle::DEFAULT,
MIN_Count, 2147483647 / mProjectRate
)
.AddTextBox(XO("Number of repeats to add:"), wxT(""), 12);
.AddTextBox(XO("&Number of repeats to add:"), wxT(""), 12);
}
S.EndHorizontalLay();