set focus on the radio buttons in the existing installation page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5842 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-12 19:22:36 +00:00
parent 70f14a824c
commit 608b642375

View file

@ -903,6 +903,8 @@ Function PageReinstall
SendMessage $R3 ${BM_SETCHECK} ${BST_CHECKED} 0
${EndIf}
${NSD_SetFocus} $R2
nsDialogs::Show
FunctionEnd