From 7404dcb3b83f2b6d8e260ec3a35bf31ec2ce4658 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 6 Jun 2009 14:26:09 +0000 Subject: [PATCH] fixed bug #2720968 - MUI2 finish page show custom function git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5971 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Pages/Finish.nsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contrib/Modern UI 2/Pages/Finish.nsh b/Contrib/Modern UI 2/Pages/Finish.nsh index 54eac08d..355d9ad0 100644 --- a/Contrib/Modern UI 2/Pages/Finish.nsh +++ b/Contrib/Modern UI 2/Pages/Finish.nsh @@ -405,8 +405,6 @@ Finish page (implemented using nsDialogs) ${endif} !endif - !insertmacro MUI_PAGE_FUNCTION_CUSTOM SHOW - !ifdef MUI_FINISHPAGE_CANCEL_ENABLED StrCpy $mui.FinishPage.DisableAbortWarning "1" !endif