mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Replaced Audacity reference in file association
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
@@ -2282,7 +2282,7 @@ void AudacityApp::AssociateFileTypes() {
|
||||
associateFileTypes.SetName(root_key + wxT("Tenacity.Project"));
|
||||
if (!associateFileTypes.Exists()) {
|
||||
associateFileTypes.Create(true);
|
||||
associateFileTypes = wxT("Audacity Project File");
|
||||
associateFileTypes = wxT("Tenacity Project File");
|
||||
}
|
||||
|
||||
associateFileTypes.SetName(root_key + wxT("Tenacity.Project\\shell"));
|
||||
|
||||
Reference in New Issue
Block a user