summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-18 18:44:43 +0000
committerdynaflash <[email protected]>2007-04-18 18:44:43 +0000
commitab810e34eafd1b8de8480d623f8e862b290a388e (patch)
tree8e903f5e6476289f1082b34f83aae0203dc371ce /macosx/Controller.mm
parent794a3f41a7bd2605ab32f27e6d27d52c186590b4 (diff)
MacGui: Added HandBrake Users Guide under the Help menu. Links to our wiki guide.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@529 b64f7644-9d1e-0410-96f1-a4d463321fa5
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