1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +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:
Leland Lucius 2021-02-16 16:21:37 -06:00
parent ade2cadaa6
commit 4339632e25

View File

@ -1866,7 +1866,7 @@ void VSTEffect::ExportPresets()
path = FileNames::SelectFile(FileNames::Operation::_None,
XO("Save VST Preset As:"),
FileNames::DataDir(),
wxEmptyString,
wxT("preset"),
wxT("xml"),
{
{ XO("Standard VST bank file"), { wxT("fxb") }, true },