1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 23:51:18 +01:00
lllucius
2013-10-08 05:07:54 +00:00
parent eee43a5048
commit c8d8890211

View File

@@ -500,7 +500,7 @@ bool NormalizeDialog::TransferDataToWindow()
{
mGainCheckBox->SetValue(mGain);
mDCCheckBox->SetValue(mDC);
mLevelTextCtrl->SetValue(Internat::ToString(mLevel, 1));
mLevelTextCtrl->SetValue(Internat::ToDisplayString(mLevel, 1));
mStereoIndCheckBox->SetValue(mStereoInd);
UpdateUI();