summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-09-12 02:31:31 +0000
committerdynaflash <[email protected]>2010-09-12 02:31:31 +0000
commit87ca1ba95437d5164ac702480db675f62f2a38ea (patch)
tree20785c09d57cdb8c517ac89a5efe06017ca711b6 /macosx
parentbf56093dd269ab72ba836f17c8e377ee7120a397 (diff)
MacGui: Use http instead of https for the Help > User Guide link in the help menu.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3517 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Controller.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index ebe2318a1..f03470c79 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"]];
}
/**