mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Rename Nyquist plug-in debug button header
This commit is contained in:
@@ -1655,7 +1655,7 @@ void NyquistEffect::Parse(const wxString &line)
|
||||
|
||||
// TODO: Document.
|
||||
// Debug button may be disabled for release plug-ins.
|
||||
if (len >= 2 && tokens[0] == wxT("debug")) {
|
||||
if (len >= 2 && tokens[0] == wxT("debugbutton")) {
|
||||
if (tokens[1] == wxT("disabled") || tokens[1] == wxT("false")) {
|
||||
mEnableDebug = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user