From ef0d3b11e9d16f478c81fa7a0b5bf72423e3b114 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Jan 2016 14:31:02 -0800 Subject: [PATCH] use explicit text for finish button --- cmake/templates/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index ff499a7284..95d90cfe5c 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -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