1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Undo frozen string workaround in Application preferences

This commit is contained in:
Paul Licameli 2021-06-27 12:59:41 -04:00
parent bf14b2bef8
commit 8d0487ea85

View File

@ -70,8 +70,7 @@ void ApplicationPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(XO("Update Audacity"));
{
S.TieCheckBox(
XO("&Check for Updates...").Stripped(TranslatableString::Ellipses | TranslatableString::MenuCodes),
S.TieCheckBox(XO("&Check for Updates"),
UpdatesCheckingSettings::DefaultUpdatesCheckingFlag);
}
S.EndStatic();