fixed .onMouseOverSection example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4144 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-30 18:16:26 +00:00
parent 4b52c7cd10
commit cdfd6f320d

View file

@ -77,13 +77,13 @@ Example:
\c Function .onMouseOverSection
\c FindWindow $R0 "#32770" "" $HWNDPARENT
\c GetDlgItem $R0 $R0 1043 ; description item
\c GetDlgItem $R0 $R0 1043 ; description item (must be added to the UI)
\c
\c StrCmp $0 0 "" +2
\c SendMessage $R0 ${WM_SETTEXT} 0 "first section description"
\c SendMessage $R0 ${WM_SETTEXT} 0 "STR:first section description"
\c
\c StrCmp $0 1 "" +2
\c SendMessage $R0 ${WM_SETTEXT} 0 "second section description"
\c SendMessage $R0 ${WM_SETTEXT} 0 "STR:second section description"
\c FunctionEnd
\S3{onrebootfailed} .onRebootFailed