1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +01:00
This commit is contained in:
v.audacity
2012-06-25 00:13:59 +00:00
parent b47341eb33
commit 312fee2c77
2 changed files with 57 additions and 26 deletions

View File

@@ -128,6 +128,9 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieCheckBox(_("&Show track name in waveform display"),
wxT("/GUI/ShowTrackNameInWaveform"),
false);
S.TieCheckBox(_("&Retain labels when they define the edge of a selection"),
wxT("/GUI/RetainLabels"),
false);
}
S.EndStatic();