[vlc-devel] commit: macosx: fixed download URL for the eyetv plugin ( Felix Paul Kühne )

git version control git at videolan.org
Fri Aug 22 23:15:27 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 22 23:17:56 2008 +0200| [2d5437cec89a024f67fb8dd7baaec200e5607e68] | committer: Felix Paul Kühne 

macosx: fixed download URL for the eyetv plugin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d5437cec89a024f67fb8dd7baaec200e5607e68
---

 modules/gui/macosx/open.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 557df8e..509e3d1 100644
--- a/modules/gui/macosx/open.m
+++ b/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




More information about the vlc-devel mailing list