diff options
author | Damiano Galassi <[email protected]> | 2019-02-14 14:24:39 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-02-14 14:24:39 +0100 |
commit | d79e33831e4713493e74a9267dc2bb5fe260685a (patch) | |
tree | f530236f416d543469f5cb635789f74dd7c44e06 /macosx/HBAppDelegate.m | |
parent | 54140f90ecb0e9e2ccb312bde22e64133518ed9b (diff) |
MacGui: fix documentation link, some property annotations.
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r-- | macosx/HBAppDelegate.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 630fcb750..83e768fd1 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -362,8 +362,7 @@ } - (IBAction)openUserGuide:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL - URLWithString:@"https://handbrake.fr/docs/en/1.1.0/"]]; + [[NSWorkspace sharedWorkspace] openURL:HBUtilities.documentationURL]; } @end |