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

@ -217,13 +217,13 @@ Function .onInit
FunctionEnd
!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
@ -251,4 +251,4 @@ Function un.onInit
ReadRegStr $LANGUAGE HKCU "Software\${NAME}" "Installer Language"
FunctionEnd
!insertmacro MUI_UNBASICFUNCTIONS
!insertmacro MUI_UNFUNCTIONS_BASIC