]> git.sesse.net Git - vlc/commitdiff
macosx: fixed download URL for the eyetv plugin
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 22 Aug 2008 21:17:56 +0000 (23:17 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 22 Aug 2008 21:18:26 +0000 (23:18 +0200)
modules/gui/macosx/open.m

index 557df8ea56968287e7bab66221ac52131cc4f933..509e3d1a5035b62d39129ceecb55cfd357d63ea1 100644 (file)
@@ -924,7 +924,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
 
 - (IBAction)eyetvGetPlugin:(id)sender
 {
-    [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/eyetv"]];
+    [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/vlc/eyetv"]];
 }
 
 - (void)eyetvChanged:(NSNotification *)o_notification