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:
parent
4b52c7cd10
commit
cdfd6f320d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue