renamed SubSection to SectionGroup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe03bb3d47
commit
f2cba8c2cb
15 changed files with 66 additions and 57 deletions
|
@ -99,6 +99,8 @@ enum
|
|||
TOK_SECTION,
|
||||
TOK_SECTIONEND,
|
||||
TOK_SECTIONIN,
|
||||
TOK_SECTIONGROUP,
|
||||
TOK_SECTIONGROUPEND,
|
||||
TOK_SUBSECTION,
|
||||
TOK_SUBSECTIONEND,
|
||||
TOK_FUNCTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue