fixed components page custom leave function

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2965 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-26 11:29:27 +00:00
parent 45a3ba2cd5
commit b1d43fb152

View file

@ -1304,9 +1304,8 @@ Var MUI_TEMP2
Function "${LEAVE}"
!ifdef MUI_CUSTOMFUNCTION_COMPONENTS_LEAVE
Call "${MUI_CUSTOMFUNCTION_COMPONENTS_LEAVE}"
!endif
!insertmacro MUI_FUNCTION_CUSTOM LEAVE
FunctionEnd