mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
Add access key for new warning
This commit is contained in:
parent
25e4789117
commit
195296f22f
@ -69,7 +69,7 @@ void WarningsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("Mixing down to &stereo during export"),
|
||||
wxT("/Warnings/MixStereo"),
|
||||
true);
|
||||
S.TieCheckBox(_("Mixing down on export (Custom FFmpeg or external program)"),
|
||||
S.TieCheckBox(_("Mixing down on export (&Custom FFmpeg or external program)"),
|
||||
wxT("/Warnings/MixUnknownChannels"),
|
||||
true);
|
||||
S.TieCheckBox(_("&Importing uncompressed audio files"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user