no need for SendMessage (Instructor)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4457 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
245caeecc0
commit
57a50cd622
1 changed files with 1 additions and 2 deletions
|
@ -382,8 +382,7 @@ Function LeaveCustom
|
|||
EnableWindow $1 0
|
||||
GetDlgItem $1 $HWND 1205
|
||||
ShowWindow $1 1
|
||||
EnableWindow $1 0
|
||||
SendMessage $1 ${WM_ENABLE} 1 0
|
||||
EnableWindow $1 1
|
||||
SendMessage $1 ${WM_SETTEXT} 1 "STR:L"
|
||||
GetDlgItem $1 $HWND 1210
|
||||
SendMessage $1 ${WM_SETTEXT} 1 "STR:Option"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue