mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +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.StartStatic(XO("Update Audacity"));
|
||||||
{
|
{
|
||||||
S.TieCheckBox(
|
S.TieCheckBox(XO("&Check for Updates"),
|
||||||
XO("&Check for Updates...").Stripped(TranslatableString::Ellipses | TranslatableString::MenuCodes),
|
|
||||||
UpdatesCheckingSettings::DefaultUpdatesCheckingFlag);
|
UpdatesCheckingSettings::DefaultUpdatesCheckingFlag);
|
||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user