New HRTF function #304

Merged
kode54 merged 5 commits from newHrtf into main 2022-07-09 19:16:55 -04:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit fcf4add9a0 - Show all commits

View file

@ -508,7 +508,7 @@ static AppController *kAppController = nil;
}
- (IBAction)privacyPolicy:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.iubenda.com/privacy-policy/59859310"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:NSLocalizedString(@"PrivacyPolicyURL", @"Privacy policy URL from Iubenda.")]];
}
- (IBAction)feedback:(id)sender {

View file

@ -86,3 +86,5 @@
"dhms" = "%@, %@, %@ and %@";
"hms" = "%@, %@ and %@";
"ms" = "%@ and %@";
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";