forked from pool/audacity
This commit is contained in:
parent
91cc4a3fe7
commit
36e91d974d
@ -1,11 +1,11 @@
|
||||
--- a/src/AudacityApp.cpp
|
||||
+++ b/src/AudacityApp.cpp
|
||||
@@ -1640,7 +1640,7 @@ bool AudacityApp::CreateSingleInstanceCh
|
||||
mChecker = new wxSingleInstanceChecker();
|
||||
|
||||
#if defined(__UNIX__)
|
||||
- wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
|
||||
+ wxString sockFile(dir + wxT("/.audacity.sock"));
|
||||
#endif
|
||||
|
||||
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");
|
||||
mChecker = new wxSingleInstanceChecker();
|
||||
|
||||
#if defined(__UNIX__)
|
||||
- wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
|
||||
+ wxString sockFile(dir + wxT("/.audacity.sock"));
|
||||
#endif
|
||||
|
||||
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");
|
||||
|
Loading…
Reference in New Issue
Block a user