diff options
author | Damiano Galassi <[email protected]> | 2016-12-24 10:13:25 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-24 10:13:25 +0100 |
commit | 573a7810cb2e995e0b86b623b7c6eeeb5f89b0bf (patch) | |
tree | e2dbde4d487179f95ef5f9bc006d65f25168ee42 /macosx/HBAppDelegate.m | |
parent | cc28de1b10b1ebe0b1f9724500d2c9bd6a6cb0e7 (diff) |
MacGui: set the docs menu item to go directly to en 1.0.0 docs.
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r-- | macosx/HBAppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 378798eee..97627194b 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -414,7 +414,7 @@ - (IBAction)openUserGuide:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL - URLWithString:@"https://handbrake.fr/docs"]]; + URLWithString:@"https://handbrake.fr/docs/en/1.0.0/"]]; } @end |