mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-06 23:47:45 +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]);
|
ctrl.fileTypes = ParseFileTypes(tokens[6]);
|
||||||
// will determine file dialog styles:
|
// will determine file dialog styles:
|
||||||
ctrl.highStr = UnQuote( tokens[7] );
|
ctrl.highStr = UnQuote( tokens[7] );
|
||||||
ctrl.label = wxT("");
|
ctrl.label = UnQuote(ctrl.label);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ctrl.label = UnQuote( ctrl.label );
|
ctrl.label = UnQuote( ctrl.label );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user