1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Replaced Audacity reference in file association

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos 2021-08-15 22:06:16 +03:00
parent 1f281b3b43
commit cd9333ecaf
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

@ -2282,7 +2282,7 @@ void AudacityApp::AssociateFileTypes() {
associateFileTypes.SetName(root_key + wxT("Tenacity.Project")); associateFileTypes.SetName(root_key + wxT("Tenacity.Project"));
if (!associateFileTypes.Exists()) { if (!associateFileTypes.Exists()) {
associateFileTypes.Create(true); associateFileTypes.Create(true);
associateFileTypes = wxT("Audacity Project File"); associateFileTypes = wxT("Tenacity Project File");
} }
associateFileTypes.SetName(root_key + wxT("Tenacity.Project\\shell")); associateFileTypes.SetName(root_key + wxT("Tenacity.Project\\shell"));