mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 05:01:57 +01:00
Define FileDialogWrapper, with localized default prompt and name
This commit is contained in:
@@ -2815,7 +2815,7 @@ wxArrayString AudacityProject::ShowOpenDialog(const wxString &extraformat, const
|
||||
// Construct and display the file dialog
|
||||
wxArrayString selected;
|
||||
|
||||
FileDialog dlog(NULL,
|
||||
FileDialogWrapper dlog(NULL,
|
||||
_("Select one or more files"),
|
||||
path,
|
||||
wxT(""),
|
||||
|
||||
Reference in New Issue
Block a user