macro system updates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1567 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-02 23:06:46 +00:00
parent c8f70d62b1
commit 1f2aeac3e1
4 changed files with 172 additions and 121 deletions

View file

@ -61,13 +61,13 @@ SectionEnd
;--------------------------------
;Installer Functions
!insertmacro MUI_BASICFUNCTIONS
!insertmacro MUI_FUNCTIONS_BASIC
!insertmacro MUI_FUNCTION_DESCRIPTION_START
!insertmacro MUI_FUNCTIONS_DESCRIPTION_START
!insertmacro MUI_DESCRIPTION_TEXT ${SecCopyUI} $(DESC_SecCopyUI)
!insertmacro MUI_FUNCTION_DESCRIPTION_END
!insertmacro MUI_FUNCTIONS_DESCRIPTION_END
!insertmacro MUI_FUNCTION_ABORTWARNING
!insertmacro MUI_FUNCTIONS_ABORTWARNING
;--------------------------------
;Uninstaller Section
@ -89,4 +89,4 @@ SectionEnd
;--------------------------------
;Uninstaller Functions
!insertmacro MUI_UNBASICFUNCTIONS
!insertmacro MUI_UNFUNCTIONS_BASIC