Browse Source

macosx: fixed download URL for the eyetv plugin

pull/2/head
Felix Paul Kühne 18 years ago
parent
commit
2d5437cec8
  1. 2
      modules/gui/macosx/open.m

2
modules/gui/macosx/open.m

@ -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

Loading…
Cancel
Save