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:
parent
bf14b2bef8
commit
8d0487ea85
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user