fixed page custom functions

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2838 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-05 14:10:29 +00:00
parent fc7147c4a5
commit c89ce5942e

View file

@ -960,7 +960,7 @@ Var MUI_TEMP2
!ifdef MUI_PAGE_CUSTOMFUNCTION_${TYPE}
Call "${MUI_PAGE_CUSTOMFUNCTION_${TYPE}}"
!undef "${MUI_PAGE_CUSTOMFUNCTION_${TYPE}}"
!undef MUI_PAGE_CUSTOMFUNCTION_${TYPE}
!endif
!macroend