message text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2376 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
88dfb90ea4
commit
8d6e3c56ed
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue