1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Keep EXPERIMENTAL_OD_DATA compilable

This commit is contained in:
Paul Licameli 2020-05-13 16:52:04 -04:00
parent 93bcff99df
commit e72634fb9d

View File

@ -357,7 +357,7 @@ static wxString AskCopyOrEdit()
dontAskNextTimeBox = S.AddCheckBox(
XXO("Don't &warn again and always use my choice above"),
wxT("false"));
false);
}
S.EndStatic();