From 8d6e3c56edd16d4743db5ccb70ff07c0949319dd Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 26 Mar 2003 22:40:43 +0000 Subject: [PATCH] message text git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2376 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 62a08fbd..8b8d8e9a 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -6,7 +6,7 @@ ;-------------------------------- -!echo "NSIS Modern User Interface version 1.63 - © 2002-2003 Joost Verburg" +!echo "NSIS Modern User Interface version 1.64 - © 2002-2003 Joost Verburg" !ifndef MUI_MANUALVERBOSE !verbose 3 @@ -821,7 +821,8 @@ !macro MUI_SECTIONS_FINISHHEADER ;1.63 compatibility - !error "Remove '!insertmacro MUI_SECTIONS_FINISHHEADER' from your script." + + !error "Remove '!insertmacro MUI_SECTIONS_FINISHHEADER' and '!insertmacro MUI_UNFINISHHEADER from your script. These macro's are being inserted automatically now." !macroend