Changeset 2d5437cec89a024f67fb8dd7baaec200e5607e68
- 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
| r106471a |
r2d5437c |
|
| 925 | 925 | - (IBAction)eyetvGetPlugin:(id)sender |
|---|
| 926 | 926 | { |
|---|
| 927 | | [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/eyetv"]]; |
|---|
| | 927 | [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString: @"http://www.videolan.org/vlc/eyetv"]]; |
|---|
| 928 | 928 | } |
|---|
| 929 | 929 | |
|---|