1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Revert "update for wx 3.1.0 compatiblity - all changes are either wxCHECK_VERSION(3.0.0) wrapped or safe with wx 2.8 - wx 3.1"

This reverts commit 476a1f62c3.
This commit is contained in:
david avery
2015-04-12 07:07:50 -06:00
parent 321d1b8f48
commit 066e583883
12 changed files with 27 additions and 170 deletions

View File

@@ -1464,7 +1464,7 @@ struct ControlInfo {
wxString(wxTRANSLATE("Attac&k time (secs):")), wxString(wxTRANSLATE("Attack time")) },
{ &EffectNoiseReduction::Settings::mReleaseTime,
0, 1.0, 100, wxT("%.2f"), false,
wxString(wxTRANSLATE("R&elease time (secs):")), wxString(wxTRANSLATE("Release time")) },
wxTRANSLATE("R&elease time (secs):"), wxString(wxTRANSLATE("Release time")) },
#endif
{ &EffectNoiseReduction::Settings::mFreqSmoothingBands,
0, 6, 6, wxT("%d"), true,