From b1d43fb152cecfb9c02d66917594c316f51b0813 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 26 Sep 2003 11:29:27 +0000 Subject: [PATCH] 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 --- Contrib/Modern UI/System.nsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index fc18a81e..849023ba 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -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