diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 89d58adce..6badba124 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -771,7 +771,8 @@ bool EffectNyquist::ProcessOne() } } - /* restore the Nyquist sixteenth note symbol for Generate plugins */ + // Restore the Nyquist sixteenth note symbol for Generate plugins. + // See http://bugzilla.audacityteam.org/show_bug.cgi?id=490. if (GetEffectFlags() & INSERT_EFFECT) { cmd += wxT("(setf s 0.25)\n"); }