fixed macro name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1836 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f4f390fb01
commit
6abb160671
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Unintaller section.</p>
|
|||
LangString DESC_SectionName1 ${LANG_ENGLISH} "Description of section 1."
|
||||
LangString DESC_SectionName2 ${LANG_ENGLISH} "Description of section 2."
|
||||
|
||||
!insertmacro MUI_FUNCTIONS_DESCRIPTION_START
|
||||
!insertmacro MUI_FUNCTIONS_DESCRIPTION_BEGIN
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SectionName1} $(DESC_SectionName1)
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SectionName2} $(DESC_SectionName2)
|
||||
!insertmacro MUI_FUNCTIONS_DESCRIPTION_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue