diff options
author | rubidium <rubidium@openttd.org> | 2011-11-26 18:53:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-26 18:53:07 +0000 |
commit | 80e55c9775ac64e862714e2a86b02d37967ac3e2 (patch) | |
tree | eb78083c064dc28988da0a985f5564774cd42a32 /os/windows | |
parent | e76b7dc94dcb6c3249d9604fc34c7ec719a90aec (diff) | |
download | openttd-80e55c9775ac64e862714e2a86b02d37967ac3e2.tar.xz |
(svn r23340) -Fix [FS#4824]: [Windows] A text in the installer was so long that NSIS didn't display it right anymore
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 536e28c36..f88ff8563 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -86,7 +86,7 @@ Page custom SelectCDEnter SelectCDExit ": TTD folder" !define MUI_FINISHPAGE_TITLE_3LINES !define MUI_FINISHPAGE_RUN_TEXT "Run ${APPNAMEANDVERSION} now!" !define MUI_FINISHPAGE_RUN "$INSTDIR\openttd.exe" -!define MUI_FINISHPAGE_LINK "Visit the OpenTTD site for the latest news, FAQs and downloads" +!define MUI_FINISHPAGE_LINK "Visit the OpenTTD site for more information" !define MUI_FINISHPAGE_LINK_LOCATION "${APPURLLINK}" !define MUI_FINISHPAGE_NOREBOOTSUPPORT !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.txt" |