summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm6
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index d478cde11..4c0e10144 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2448,7 +2448,11 @@ id theRecord, theValue;
[[NSWorkspace sharedWorkspace] openURL: [NSURL
URLWithString:@"http://handbrake.m0k.org/forum/"]];
}
-
+- (IBAction) OpenUserGuide: (id) sender
+{
+ [[NSWorkspace sharedWorkspace] openURL: [NSURL
+ URLWithString:@"http://handbrake.m0k.org/trac/wiki/HandBrakeGuide"]];
+}
@end