mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Define FileDialogWrapper, with localized default prompt and name
This commit is contained in:
@@ -280,7 +280,7 @@ void BatchProcessDialog::OnApplyToFiles(wxCommandEvent & WXUNUSED(event))
|
||||
}
|
||||
|
||||
auto path = FileNames::FindDefaultPath(FileNames::Operation::Open);
|
||||
FileDialog dlog(this,
|
||||
FileDialogWrapper dlog(this,
|
||||
prompt,
|
||||
path,
|
||||
wxT(""),
|
||||
|
||||
Reference in New Issue
Block a user