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:
parent
9b6fc0f152
commit
22dbe0a17a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user