Updated version. Windows line breaks and fixed a small bug.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@679 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0b31694486
commit
aec3ca845f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Function .onSelChange
|
|||
IntCmp $0 ${SECTION_ON} 0 +2 +2
|
||||
StrCpy $1 ${sec4}
|
||||
|
||||
StrCmp $2 $1 0 +2 ; selection hasn't changed
|
||||
StrCmp $2 $1 0 +4 ; selection hasn't changed
|
||||
SectionGetFlags $1 $0
|
||||
IntOp $0 $0 | ${SECTION_ON}
|
||||
SectionSetFlags $1 $0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue