Commit 2d5437ce authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed download URL for the eyetv plugin

parent 0fa3912f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment