From: Antoine Cellerier Date: Tue, 1 Nov 2005 20:50:07 +0000 (+0000) Subject: Misc changes X-Git-Tag: 0.9.0-test0~13427 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4358a3bf7aac8ffd8c83d122b39830671c6ac4e0;p=vlc Misc changes --- diff --git a/README b/README index 5a33d46c2f..b4088ef552 100644 --- a/README +++ b/README @@ -3,6 +3,13 @@ $Id$ README for the VLC media player =============================== +The VideoLAN web site . . . http://www.videolan.org/ +Documentation . . . . . . . http://www.videolan.org/doc/ +Support . . . . . . . . . . http://www.videolan.org/support/ +Forums . . . . . . . . . . http://forum.videolan.org/ +Wiki . . . . . . . . . . . http://wiki.videolan.org/ +The Developers site . . . . http://developers.videolan.org/vlc/ + ABOUT-NLS - Notes on the Free Translation Project. AUTHORS - Main VLC authors. COPYING - The GPL license. @@ -15,12 +22,3 @@ README - This file. README.MacOSX.rtf - Information specific to the MacOS X port. THANKS - All VLC contributors. doc/ - Miscellaneous documentation. - -Resources -========= - -The VideoLAN web site: http://www.videolan.org/ -Documentation and support: http://w.videolan.org/support/ -Forums: http://forum.videolan.org/ -The Developers site: http://developers.videolan.org/vlc/ - diff --git a/vlc.win32.nsi b/vlc.win32.nsi index 3a0fc77d73..ee859c242b 100644 --- a/vlc.win32.nsi +++ b/vlc.win32.nsi @@ -61,8 +61,7 @@ InstType "Full" !insertmacro MUI_PAGE_INSTFILES ; Finish page !define MUI_FINISHPAGE_RUN "$INSTDIR\vlc.exe" - !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\NEWS.txt" - !define MUI_FINISHPAGE_SHOWREADME_TEXT "View changelog" + !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.txt" !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !define MUI_FINISHPAGE_LINK "Visit the VideoLAN VLC media player Website" !define MUI_FINISHPAGE_LINK_LOCATION "http://www.videolan.org/vlc/"