From c89ce5942efb11e38cfcf93a5438851e156c1363 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 5 Sep 2003 14:10:29 +0000 Subject: [PATCH] fixed page custom functions git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2838 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index fc46c89e..778051c1 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -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