mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-28 00:55:50 +01:00
Define FileDialogWrapper, with localized default prompt and name
This commit is contained in:
@@ -1856,7 +1856,7 @@ void ExportFFmpegOptions::OnLoadPreset(wxCommandEvent& WXUNUSED(event))
|
||||
void ExportFFmpegOptions::OnImportPresets(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
wxString path;
|
||||
FileDialog dlg(this,
|
||||
FileDialogWrapper dlg(this,
|
||||
_("Select xml file with presets to import"),
|
||||
gPrefs->Read(wxT("/FileFormats/FFmpegPresetDir")),
|
||||
wxEmptyString,
|
||||
@@ -1875,7 +1875,7 @@ void ExportFFmpegOptions::OnImportPresets(wxCommandEvent& WXUNUSED(event))
|
||||
void ExportFFmpegOptions::OnExportPresets(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
wxString path;
|
||||
FileDialog dlg(this,
|
||||
FileDialogWrapper dlg(this,
|
||||
_("Select xml file to export presets into"),
|
||||
gPrefs->Read(wxT("/FileFormats/FFmpegPresetDir")),
|
||||
wxEmptyString,
|
||||
|
||||
Reference in New Issue
Block a user