From 241fd18484bada123532b09c5574cd6665ba5daf Mon Sep 17 00:00:00 2001 From: dynaflash Date: Sun, 12 Sep 2010 02:31:31 +0000 Subject: [PATCH] MacGui: Use http instead of https for the Help > User Guide link in the help menu. git-svn-id: svn://localhost/HandBrake/trunk@3517 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index ebe2318a..f03470c7 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -6241,7 +6241,7 @@ the user is using "Custom" settings by determining the sender*/ - (IBAction) openUserGuide: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"https://trac.handbrake.fr/wiki/HandBrakeGuide"]]; + URLWithString:@"http://trac.handbrake.fr/wiki/HandBrakeGuide"]]; } /** -- 2.11.0