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
|
||||
|
||||
!ifndef MUI_NOGUIINIT
|
||||
!ifndef MUI_CUSTOMGUIINIT
|
||||
|
||||
Function .onGUIInit
|
||||
!insertmacro MUI_GUIINIT
|
||||
|
@ -922,10 +922,14 @@
|
|||
!macro MUI_UNFUNCTIONS_GUIINIT
|
||||
|
||||
!verbose 3
|
||||
|
||||
!ifndef MUI_UNCUSTOMGUIINIT
|
||||
|
||||
Function un.onGUIInit
|
||||
!insertmacro MUI_GUIINIT
|
||||
FunctionEnd
|
||||
Function un.onGUIInit
|
||||
!insertmacro MUI_GUIINIT
|
||||
FunctionEnd
|
||||
|
||||
!endif
|
||||
|
||||
!verbose 4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue