updated for Modern UI 1.64

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2375 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-26 22:29:24 +00:00
parent fc86a10811
commit 88dfb90ea4

View file

@ -953,9 +953,4 @@ Section Uninstall
RMDir /r $INSTDIR\Docs
RMDir $INSTDIR
!ifndef CLASSIC_UI
;Modern UI Finish Header
!insertmacro MUI_UNFINISHHEADER
!endif
SectionEnd