OSDN Git Service

MacGui: Use http instead of https for the Help > User Guide link in the help menu.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 12 Sep 2010 02:31:31 +0000 (02:31 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 12 Sep 2010 02:31:31 +0000 (02:31 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3517 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.m

index ebe2318..f03470c 100644 (file)
@@ -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"]];
 }
 
 /**