1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-14 00:25:51 +01:00

Whitespace corrections in Nyquist plug-ins

This commit is contained in:
SteveDaulton
2021-01-29 11:42:13 +00:00
parent 2ecc98225f
commit e5ca3cefba
6 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ $control fxname (_ "Select target EQ effect") choice (("Graphic" (_ "Graphic EQ"
("FilterCurve" (_ "Filter Curve EQ"))) 0
$control infile (_ "Equalization XML file") file "" "*default*/EQCurves.xml" (((_ "XML file") (xml XML))
((_ "All files") (""))) "open,exists"
((_ "All files") (""))) "open,exists"
$control overwrite (_ "If output text file exists") choice (("Append" (_ "Append number"))
("Overwrite" (_ "Overwrite"))