mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +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, audacityPathList);
|
||||||
AddUniquePathToPathList(progPath+wxT("\\Languages"), 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"),
|
defaultTempDir.Printf(wxT("%s\\audacity_temp"),
|
||||||
tmpDirLoc.c_str());
|
tmpDirLoc.c_str());
|
||||||
#endif //__WXWSW__
|
#endif //__WXWSW__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user