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:
kichik 2005-12-24 15:47:47 +00:00
parent 245caeecc0
commit 57a50cd622

View file

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