1
0
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:
Paul Licameli
2017-10-12 15:41:52 -04:00
parent cf4b9eb5c8
commit 384300016d
8 changed files with 52 additions and 11 deletions

View File

@@ -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(""),