custom guiinit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1732 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8137626030
commit
a91900eda6
1 changed files with 8 additions and 4 deletions
|
@ -554,7 +554,7 @@
|
||||||
|
|
||||||
!verbose 3
|
!verbose 3
|
||||||
|
|
||||||
!ifndef MUI_NOGUIINIT
|
!ifndef MUI_CUSTOMGUIINIT
|
||||||
|
|
||||||
Function .onGUIInit
|
Function .onGUIInit
|
||||||
!insertmacro MUI_GUIINIT
|
!insertmacro MUI_GUIINIT
|
||||||
|
@ -922,10 +922,14 @@
|
||||||
!macro MUI_UNFUNCTIONS_GUIINIT
|
!macro MUI_UNFUNCTIONS_GUIINIT
|
||||||
|
|
||||||
!verbose 3
|
!verbose 3
|
||||||
|
|
||||||
|
!ifndef MUI_UNCUSTOMGUIINIT
|
||||||
|
|
||||||
Function un.onGUIInit
|
Function un.onGUIInit
|
||||||
!insertmacro MUI_GUIINIT
|
!insertmacro MUI_GUIINIT
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
!endif
|
||||||
|
|
||||||
!verbose 4
|
!verbose 4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue