This commit is contained in:
v.audacity 2012-07-19 04:38:00 +00:00
parent 5a422b05a4
commit d74e5fa586
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ bool EffectNormalize::Process()
// Process only if the right marker is to the right of the left marker
if (mCurT1 > mCurT0) {
wxString msg, trackName;
trackName = wxString::Format(track->GetName().c_str());
wxString msg;
wxString trackName = track->GetName();
if(!track->GetLinked() || mStereoInd)
msg = topMsg + _("Analyzing: ") + trackName;