From: dynaflash Date: Sun, 12 Sep 2010 02:31:31 +0000 (+0000) Subject: MacGui: Use http instead of https for the Help > User Guide link in the help menu. X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=241fd18484bada123532b09c5574cd6665ba5daf;p=handbrake-jp%2Fhandbrake-jp-git.git 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 --- 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"]]; } /**