mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix bug #1087
This commit is contained in:
parent
b2b23f1250
commit
2a6d423c17
@ -1596,7 +1596,7 @@ bool AudacityApp::CreateSingleInstanceChecker(wxString dir)
|
|||||||
mChecker = new wxSingleInstanceChecker();
|
mChecker = new wxSingleInstanceChecker();
|
||||||
|
|
||||||
#if defined(__UNIX__)
|
#if defined(__UNIX__)
|
||||||
wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
|
wxString sockFile(dir + wxT("/.audacity.sock"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");
|
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user