]> granicus.if.org Git - handbrake/commitdiff
MacGui: Change Home Page, Forum, and Wiki links in the help menu to use handbrake.fr 0.9.2
authordynaflash <dynaflashtech@gmail.com>
Tue, 19 Feb 2008 16:43:20 +0000 (16:43 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Tue, 19 Feb 2008 16:43:20 +0000 (16:43 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1303 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm

index ba991552e8c784eb9d8623af5d42dd9815bd5a39..22d9ebfe4e7c05bef6a49f6fc84381f02652938f 100644 (file)
@@ -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"]];
 }
 
 /**