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:
kichik 2002-08-10 09:32:00 +00:00
parent 0b31694486
commit aec3ca845f

View file

@ -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