1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Some wx3 fixes

This commit is contained in:
Leland Lucius
2015-07-28 15:47:19 -05:00
parent e4fec26d10
commit 1b07ae1ad1
3 changed files with 3 additions and 4 deletions

View File

@@ -1564,7 +1564,6 @@ bool AudacityApp::InitTempDir()
// Failed
wxMessageBox(_("Audacity could not find a place to store temporary files.\nPlease enter an appropriate directory in the preferences dialog."));
PrefsDialog dialog(NULL);
// Only want one page of the preferences
DirectoriesPrefsFactory directoriesPrefsFactory;
PrefsDialog::Factories factories;