Changeset 4358a3bf7aac8ffd8c83d122b39830671c6ac4e0
- Timestamp:
- 11/01/05 21:50:07
(3 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1130878207 +0000
- git-parent:
[68496a51bf9360741dd59c205536ec9245a1fee1]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1130878207 +0000
- Message:
Misc changes
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc788b9a |
r4358a3b |
|
| 3 | 3 | README for the VLC media player |
|---|
| 4 | 4 | =============================== |
|---|
| | 5 | |
|---|
| | 6 | The VideoLAN web site . . . http://www.videolan.org/ |
|---|
| | 7 | Documentation . . . . . . . http://www.videolan.org/doc/ |
|---|
| | 8 | Support . . . . . . . . . . http://www.videolan.org/support/ |
|---|
| | 9 | Forums . . . . . . . . . . http://forum.videolan.org/ |
|---|
| | 10 | Wiki . . . . . . . . . . . http://wiki.videolan.org/ |
|---|
| | 11 | The Developers site . . . . http://developers.videolan.org/vlc/ |
|---|
| 5 | 12 | |
|---|
| 6 | 13 | ABOUT-NLS - Notes on the Free Translation Project. |
|---|
| … | … | |
| 16 | 23 | THANKS - All VLC contributors. |
|---|
| 17 | 24 | doc/ - Miscellaneous documentation. |
|---|
| 18 | | |
|---|
| 19 | | Resources |
|---|
| 20 | | ========= |
|---|
| 21 | | |
|---|
| 22 | | The VideoLAN web site: http://www.videolan.org/ |
|---|
| 23 | | Documentation and support: http://w.videolan.org/support/ |
|---|
| 24 | | Forums: http://forum.videolan.org/ |
|---|
| 25 | | The Developers site: http://developers.videolan.org/vlc/ |
|---|
| 26 | | |
|---|
| r91b22a6 |
r4358a3b |
|
| 62 | 62 | ; Finish page |
|---|
| 63 | 63 | !define MUI_FINISHPAGE_RUN "$INSTDIR\vlc.exe" |
|---|
| 64 | | !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\NEWS.txt" |
|---|
| 65 | | !define MUI_FINISHPAGE_SHOWREADME_TEXT "View changelog" |
|---|
| | 64 | !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.txt" |
|---|
| 66 | 65 | !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED |
|---|
| 67 | 66 | !define MUI_FINISHPAGE_LINK "Visit the VideoLAN VLC media player Website" |
|---|