1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix bug 2563 - Button text ignored in Nyquist file widget

This commit is contained in:
SteveDaulton 2020-10-05 21:18:03 +01:00
parent 9b6fc0f152
commit 22dbe0a17a

View File

@ -2192,7 +2192,7 @@ bool NyquistEffect::Parse(
ctrl.fileTypes = ParseFileTypes(tokens[6]);
// will determine file dialog styles:
ctrl.highStr = UnQuote( tokens[7] );
ctrl.label = wxT("");
ctrl.label = UnQuote(ctrl.label);
}
else {
ctrl.label = UnQuote( ctrl.label );