mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
"Time shift for record" replaces "Track shift after record"
This commit is contained in:
parent
3b11093766
commit
cbe6c9eb46
@ -179,7 +179,7 @@ void DevicePrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
S.AddUnits(_("milliseconds"));
|
S.AddUnits(_("milliseconds"));
|
||||||
if( w ) w->SetName(w->GetName() + wxT(" ") + _("milliseconds"));
|
if( w ) w->SetName(w->GetName() + wxT(" ") + _("milliseconds"));
|
||||||
|
|
||||||
w = S.TieNumericTextBox(_("Track &shift after record:"),
|
w = S.TieNumericTextBox(_("Time &shift for record:"),
|
||||||
wxT("/AudioIO/LatencyCorrection"),
|
wxT("/AudioIO/LatencyCorrection"),
|
||||||
DEFAULT_LATENCY_CORRECTION,
|
DEFAULT_LATENCY_CORRECTION,
|
||||||
9);
|
9);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user