1
0
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:
Gale Andrews 2016-04-16 02:15:57 +01:00
parent 25e4789117
commit 195296f22f

View File

@ -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"),