From 555ac5468e7faa17744fc8b126e5162bc4c2dbf6 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Tue, 7 Oct 2003 19:38:45 +0000 Subject: [PATCH] removed invalid undef git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3000 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 0317a013..462a3462 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -828,9 +828,9 @@ Var MUI_TEMP2 !ifdef MUI_FINISHPAGE_LINK_LOCATION !undef MUI_FINISHPAGE_LINK_LOCATION !endif - !ifdef MUI_FINISHPAGE_NOAUTOCLOSE - !undef MUI_FINISHPAGE_NOAUTOCLOSE - !endif + !ifdef MUI_FINISHPAGE_LINK_COLOR + !undef MUI_FINISHPAGE_LINK_COLOR + !endif !ifdef MUI_FINISHPAGE_NOREBOOTSUPPORT !undef MUI_FINISHPAGE_NOREBOOTSUPPORT !endif @@ -1660,7 +1660,6 @@ Var MUI_TEMP2 GetDlgItem $MUI_TEMP1 $MUI_HWND 1203 !endif SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}" - !undef MUI_FINISHPAGE_LINK_COLOR !endif !ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT