1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00

Update solo button defaults

As agreed by QA, the 'simple' behavior becomes the out-of-the-box
default, and 'standard' renamed as 'multi-track'.
This commit is contained in:
Steve Daulton
2016-01-16 15:39:39 +00:00
parent 2b403f158a
commit 159f0263f3
3 changed files with 7 additions and 4 deletions

View File

@@ -49,12 +49,12 @@ TracksPrefs::~TracksPrefs()
void TracksPrefs::Populate()
{
mSoloCodes.Add(wxT("Standard"));
mSoloCodes.Add(wxT("Simple"));
mSoloCodes.Add(wxT("Multi"));
mSoloCodes.Add(wxT("None"));
mSoloChoices.Add(_("Standard"));
mSoloChoices.Add(_("Simple"));
mSoloChoices.Add(_("Multi-track"));
mSoloChoices.Add(_("None"));