diff options
author | dynaflash <[email protected]> | 2008-02-19 16:43:20 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-02-19 16:43:20 +0000 |
commit | 0b34ab90692e23dfc5f41cbcf312d51549d348d3 (patch) | |
tree | 289cba81d9d7e52f1391079311ab182e51d674fe | |
parent | 5c053cf9e8de539ae83e18a2b8e1d2a7b5a0b905 (diff) |
MacGui: Change Home Page, Forum, and Wiki links in the help menu to use handbrake.fr0.9.2
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1303 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/Controller.mm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index ba991552e..22d9ebfe4 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -3146,18 +3146,18 @@ the user is using "Custom" settings by determining the sender*/ - (IBAction) openHomepage: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"http://handbrake.m0k.org/"]]; + URLWithString:@"http://handbrake.fr/"]]; } - (IBAction) openForums: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"http://handbrake.m0k.org/forum/"]]; + URLWithString:@"http://handbrake.fr/forum/"]]; } - (IBAction) openUserGuide: (id) sender { [[NSWorkspace sharedWorkspace] openURL: [NSURL - URLWithString:@"http://handbrake.m0k.org/trac/wiki/HandBrakeGuide"]]; + URLWithString:@"http://handbrake.fr/trac/wiki/HandBrakeGuide"]]; } /** |