From d229abcf72ea1be1b15d16970c526ebcc85385ba Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 23 Jan 2014 14:33:23 +0000 Subject: [PATCH] Incorrect NSIS version in welcome text and MUI is not new git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6431 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index d07c03ca..9491278e 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -75,7 +75,7 @@ Caption "NSIS ${VERSION}${NAMESUFFIX} Setup" ;Pages !define MUI_WELCOMEPAGE_TITLE "Welcome to the NSIS ${VERSION} Setup Wizard" -!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System) ${VERSION}, the next generation of the Windows installer and uninstaller system that doesn't suck and isn't huge.$\r$\n$\r$\nNSIS 2 includes a new Modern User Interface, LZMA compression, support for multiple languages and an easy plug-in system.$\r$\n$\r$\n$_CLICK" +!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System) ${VERSION}, the next generation of the Windows installer and uninstaller system that doesn't suck and isn't huge.$\r$\n$\r$\nNSIS includes a Modern User Interface, LZMA compression, support for multiple languages and an easy plug-in system.$\r$\n$\r$\n$_CLICK" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE "..\COPYING"