mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 20:52:09 +01:00
FileNames::SelectFile takes TranslatableString for message
This commit is contained in:
@@ -260,7 +260,7 @@ void BenchmarkDialog::OnSave( wxCommandEvent & WXUNUSED(event))
|
||||
wxString fName = _("benchmark.txt");
|
||||
|
||||
fName = FileNames::SelectFile(FileNames::Operation::Export,
|
||||
_("Export Benchmark Data as:"),
|
||||
XO("Export Benchmark Data as:"),
|
||||
wxEmptyString,
|
||||
fName,
|
||||
wxT("txt"),
|
||||
|
||||
Reference in New Issue
Block a user