1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 12:42:03 +01:00

More TranslatableString in dialog wrapper classes...

... All of the dialog names, and the messages for File and directory dialog
wrappers
This commit is contained in:
Paul Licameli
2019-12-20 12:13:39 -05:00
parent e3ea93a624
commit 1b726f4f09
12 changed files with 74 additions and 63 deletions

View File

@@ -1094,11 +1094,11 @@ wxArrayString ProjectFileManager::ShowOpenDialog(const wxString &extraformat, co
wxArrayString selected;
FileDialogWrapper dlog(NULL,
_("Select one or more files"),
path,
wxT(""),
mask,
wxFD_OPEN | wxFD_MULTIPLE | wxRESIZE_BORDER);
XO("Select one or more files"),
path,
wxT(""),
mask,
wxFD_OPEN | wxFD_MULTIPLE | wxRESIZE_BORDER);
dlog.SetFilterIndex(index);