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:
parent
fc7147c4a5
commit
c89ce5942e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue