diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index ceb5e9469..73b97127f 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -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 );