fixed #1900585 - NSD_SetText doesn't work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5559 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
77e9be5dcc
commit
e6f4040268
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ Header file for creating custom installer pages with nsDialogs
|
|||
|
||||
!macro __NSD_SetText CONTROL TEXT
|
||||
|
||||
SendMessage $CONTROL ${WM_SETTEXT} 0 `STR:${TEXT}`
|
||||
SendMessage ${CONTROL} ${WM_SETTEXT} 0 `STR:${TEXT}`
|
||||
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue