use explicit text for finish button

This commit is contained in:
Stephen Birarda 2016-01-12 14:31:02 -08:00
parent 47dbd9d850
commit ef0d3b11e9

View file

@ -779,7 +779,7 @@ Var CURRENT_OFFSET
Function PostInstallOptionsPage
; Set the text on the dialog button to match finish, hide the back and cancel buttons
GetDlgItem $R1 $hwndparent 1
SendMessage $R1 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
SendMessage $R1 ${WM_SETTEXT} 0 "STR:&Finish"
GetDlgItem $R2 $hwndparent 2
ShowWindow $R2 0