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:
joostverburg 2002-11-15 16:17:34 +00:00
parent 8137626030
commit a91900eda6

View file

@ -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