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