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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user