1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Change name to prevent further confusion

This commit is contained in:
Leland Lucius 2015-12-23 12:39:26 -06:00
parent 1d137db502
commit 0629c31538

View File

@ -1234,7 +1234,7 @@ bool AudacityApp::OnInit()
// See bug #1271 for explanation of location
tmpDirLoc = FileNames::MkDir(wxStandardPaths::Get().GetUserLocalDataDir());
defaultTempDir.Printf(wxT("%s\\audacity_temp"),
defaultTempDir.Printf(wxT("%s\\SessionData"),
tmpDirLoc.c_str());
#endif //__WXWSW__