OSDN Git Service

MacGui: Use http instead of https for the Help > User Guide link in the help menu.
[handbrake-jp/handbrake-jp-git.git] / 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"]];
 }
 
 /**