Added MUI_PAGE_CUSTOMFUNCTION_DESTROYED so custom image handles can be cleaned up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6844 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fd8cdfd4a2
commit
fbd57e00c1
9 changed files with 19 additions and 12 deletions
|
@ -1,22 +1,23 @@
|
|||
/*
|
||||
|
||||
NSIS Modern User Interface - Version 2.0
|
||||
NSIS Modern User Interface - Version 2.1
|
||||
Copyright 2002-2017 Joost Verburg
|
||||
Contributors: Amir Szekely, Anders Kjersem
|
||||
|
||||
*/
|
||||
|
||||
!ifndef MUI_INCLUDED
|
||||
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2017 Joost Verburg"
|
||||
!verbose push 3
|
||||
!define MUI_INCLUDED
|
||||
!define MUI_SYSVERSION "2.1"
|
||||
!verbose pop
|
||||
!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2017 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
!verbose push 3
|
||||
!define /IfNDef MUI_VERBOSE 3
|
||||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
!define MUI_INCLUDED
|
||||
!define MUI_SYSVERSION "2.0"
|
||||
|
||||
!addincludedir "${NSISDIR}\Contrib\Modern UI 2"
|
||||
|
||||
;--------------------------------
|
||||
|
@ -113,4 +114,4 @@ Contributors: Amir Szekely, Anders Kjersem
|
|||
!macroend
|
||||
|
||||
!verbose pop
|
||||
!endif
|
||||
!endif ;~ MUI_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue