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

Keep some EXPERIMENTALs compilable

This commit is contained in:
Paul Licameli 2021-01-30 13:23:50 -05:00
parent 23f32a8319
commit ce9f25bafe

@ -221,11 +221,11 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(XO("Plugin Options"));
{
S.TieCheckBox(XXO("Check for updated plugins when Audacity starts"),
wxT("/Plugins/CheckForUpdates"),
true);
{wxT("/Plugins/CheckForUpdates"),
true});
S.TieCheckBox(XXO("Rescan plugins next time Audacity is started"),
wxT("/Plugins/Rescan"),
false);
{wxT("/Plugins/Rescan"),
false});
}
S.EndStatic();
#endif
@ -234,8 +234,8 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(XO("Instruction Set"));
{
S.TieCheckBox(XXO("&Use SSE/SSE2/.../AVX"),
wxT("/SSE/GUI"),
true);
{wxT("/SSE/GUI"),
true});
}
S.EndStatic();
#endif