1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00
This commit is contained in:
Leland Lucius 2015-08-15 22:37:12 -05:00
parent b2b23f1250
commit 2a6d423c17

View File

@ -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");