1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Rewrite conditionally compiled Add/TieCheckBox calls

This commit is contained in:
Paul Licameli
2019-12-24 00:30:04 -05:00
parent 5bfd5716b3
commit 57350ff104
9 changed files with 14 additions and 14 deletions

View File

@@ -361,7 +361,7 @@ static wxString AskCopyOrEdit()
XO("Read the files &directly from the original (faster)") );
dontAskNextTimeBox = S.AddCheckBox(
_("Don't &warn again and always use my choice above"),
XO("Don't &warn again and always use my choice above"),
wxT("false"));
}
S.EndStatic();