mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-23 06:35:50 +01:00
Shorter preferences
This commit is contained in:
@@ -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 ¬ copy any audio"),
|
||||
wxT("never"));
|
||||
S.TieRadioButton(_("As&k user"),
|
||||
S.TieRadioButton(_("As&k"),
|
||||
wxT("ask"));
|
||||
}
|
||||
S.EndRadioButtonGroup();
|
||||
|
||||
Reference in New Issue
Block a user