From 72e38ce85be02c0fc6ab958b3f51c60423c7f946 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 6 Sep 2003 20:52:13 +0000 Subject: [PATCH] always undef MUI_FINISHPAGE_CURFIELD_NO git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2865 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 0e18e17a..6c9789eb 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -1305,6 +1305,10 @@ Var MUI_TEMP2 !ifdef MUI_FINISHPAGE_SHOWREADME + !ifdef MUI_FINISHPAGE_CURFIELD_NO + !undef MUI_FINISHPAGE_CURFIELD_NO + !endif + !ifndef MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_CURFIELD_NO 4 !define MUI_FINISHPAGE_CURFIELD_TOP 90