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-01-25 02:21:08 +00:00
parent f1aed52c5a
commit 721b7b3399
3 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
{
w = S.TieNumericTextBox(_("&Length of preview:"),
wxT("/AudioIO/EffectsPreviewLen"),
3.0,
6.0,
9);
S.AddUnits(_("seconds"));
w->SetName(w->GetName() + wxT(" ") + _("seconds"));
@@ -75,7 +75,7 @@ void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
{
w = S.TieNumericTextBox(_("Preview &before cut region:"),
wxT("/AudioIO/CutPreviewBeforeLen"),
1.0,
2.0,
9);
S.AddUnits(_("seconds"));
w->SetName(w->GetName() + wxT(" ") + _("seconds"));