removed debug stuff

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3116 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-11-09 23:03:36 +00:00
parent 48a62f51e8
commit 8d7ae56749

View file

@ -46,7 +46,7 @@
!insertmacro MUI_PAGE_STARTMENU Application
;!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
@ -119,4 +119,4 @@ Section "Uninstall"
DeleteRegKey /ifempty HKCU "Software\Modern UI Test"
SectionEnd
SectionEnd