diff options
author | dynaflash <[email protected]> | 2010-09-08 14:41:02 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-09-08 14:41:02 +0000 |
commit | 772c3574758e9bc29cb76bbc86343cf9ad5ddd71 (patch) | |
tree | cff7c09d170431764390810914abcad0d13bc955 /macosx | |
parent | 1912a4eee693783360c1d1fe2ab2d3e3713d5c46 (diff) |
MacGui: Update web links for the Help > Forums and Help > User Guide menu choices.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3509 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 08c843f88..35c454331 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -6233,12 +6233,12 @@ the user is using "Custom" settings by determining the sender*/ - (IBAction) openForums: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"http://handbrake.fr/forum/"]]; + URLWithString:@"http://forum.handbrake.fr/"]]; } - (IBAction) openUserGuide: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"http://handbrake.fr/trac/wiki/HandBrakeGuide"]]; + URLWithString:@"https://trac.handbrake.fr/wiki/HandBrakeGuide"]]; } /** |