mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Define wxDirDialogWrapper, with localized default prompt and name
This commit is contained in:
@@ -135,7 +135,7 @@ void DirectoriesPrefs::OnChooseTempDir(wxCommandEvent & e)
|
||||
if( !AudacityApp::IsTempDirectoryNameOK( oldTempDir ) )
|
||||
oldTempDir = wxGetApp().defaultTempDir;
|
||||
|
||||
wxDirDialog dlog(this,
|
||||
wxDirDialogWrapper dlog(this,
|
||||
_("Choose a location to place the temporary directory"),
|
||||
oldTempDir );
|
||||
int retval = dlog.ShowModal();
|
||||
|
||||
Reference in New Issue
Block a user