Changeset 2d5437cec89a024f67fb8dd7baaec200e5607e68

Show
Ignore:
Timestamp:
22/08/08 23:18:26 (3 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1219439906 +0200
git-parent:

[0fa3912f7fb95923b5fd7fc8af400d597d491b28]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1219439876 +0200
Message:

macosx: fixed download URL for the eyetv plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/open.m

    r106471a r2d5437c  
    925925- (IBAction)eyetvGetPlugin:(id)sender 
    926926{ 
    927     [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/eyetv"]]; 
     927    [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/vlc/eyetv"]]; 
    928928} 
    929929