mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
BenBenjamin Drung's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user