mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Bug 761 - Linux: VST presets correct extension no longer offered in file name/no longer added if omitted
This commit is contained in:
parent
ade2cadaa6
commit
4339632e25
@ -1866,7 +1866,7 @@ void VSTEffect::ExportPresets()
|
|||||||
path = FileNames::SelectFile(FileNames::Operation::_None,
|
path = FileNames::SelectFile(FileNames::Operation::_None,
|
||||||
XO("Save VST Preset As:"),
|
XO("Save VST Preset As:"),
|
||||||
FileNames::DataDir(),
|
FileNames::DataDir(),
|
||||||
wxEmptyString,
|
wxT("preset"),
|
||||||
wxT("xml"),
|
wxT("xml"),
|
||||||
{
|
{
|
||||||
{ XO("Standard VST bank file"), { wxT("fxb") }, true },
|
{ XO("Standard VST bank file"), { wxT("fxb") }, true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user