1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-23 06:35:50 +01:00

Shorter preferences

This commit is contained in:
windinthew
2017-06-04 06:49:39 +01:00
committed by James Crook
parent acce480a76
commit 2323e8d222
11 changed files with 45 additions and 45 deletions

View File

@@ -60,11 +60,11 @@ void ProjectsPrefs::PopulateOrExchange(ShuttleGui & S)
{
S.StartRadioButtonGroup(wxT("/FileFormats/SaveProjectWithDependencies"), wxT("ask"));
{
S.TieRadioButton(_("&Always copy all audio into project (safest)"),
S.TieRadioButton(_("&Copy all audio into project (safest)"),
wxT("copy"));
S.TieRadioButton(_("Do &not copy any audio"),
wxT("never"));
S.TieRadioButton(_("As&k user"),
S.TieRadioButton(_("As&k"),
wxT("ask"));
}
S.EndRadioButtonGroup();