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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user