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:
parent
1f281b3b43
commit
cd9333ecaf
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user