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
|
@ -16,8 +16,10 @@
|
|||
; Generic section defines
|
||||
|
||||
!define SF_SELECTED 1
|
||||
!define SF_SUBSEC 2
|
||||
!define SF_SUBSECEND 4
|
||||
!define SF_SECGRP 2
|
||||
!define SF_SUBSEC 2 # deprecated
|
||||
!define SF_SECGRPEND 4
|
||||
!define SF_SUBSECEND 4 # deprecated
|
||||
!define SF_BOLD 8
|
||||
!define SF_RO 16
|
||||
!define SF_EXPAND 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue