1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 19:21:59 +01:00

Define wxDirDialogWrapper, with localized default prompt and name

This commit is contained in:
Paul Licameli
2017-10-12 15:23:52 -04:00
parent 729fd3767c
commit cf4b9eb5c8
4 changed files with 40 additions and 3 deletions

View File

@@ -531,7 +531,7 @@ void ScreenFrame::OnDirChoose(wxCommandEvent & WXUNUSED(event))
{
wxString current = mDirectoryTextBox->GetValue();
wxDirDialog dlog(this,
wxDirDialogWrapper dlog(this,
_("Choose a location to save screenshot images"),
current);