mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Fix for bug #1271
This commit is contained in:
parent
ef527f83fc
commit
d3fdccffce
@ -1232,6 +1232,8 @@ bool AudacityApp::OnInit()
|
||||
AddUniquePathToPathList(progPath, audacityPathList);
|
||||
AddUniquePathToPathList(progPath+wxT("\\Languages"), audacityPathList);
|
||||
|
||||
// See bug #1271 for explanation of location
|
||||
tmpDirLoc = FileNames::MkDir(wxStandardPaths::Get().GetUserLocalDataDir());
|
||||
defaultTempDir.Printf(wxT("%s\\audacity_temp"),
|
||||
tmpDirLoc.c_str());
|
||||
#endif //__WXWSW__
|
||||
|
Loading…
x
Reference in New Issue
Block a user