mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Undo frozen string workaround in Application preferences
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user