removed invalid undef

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3000 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-10-07 19:38:45 +00:00
parent e857d9e49d
commit 555ac5468e

View file

@ -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