From 98284862f0dff82eb24c74a5225de8d7b9b5d39c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Jan 2016 12:01:45 -0800 Subject: [PATCH] explicitly set text for post install dialog 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 3ad9e8a933..f735905e3b 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -784,7 +784,7 @@ Function PostInstallOptionsPage ${EndIf} ; Set the text on the dialog button to match finish - SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:$(^CloseBtn)" + SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:&Finish" ${NSD_CreateLabel} 0 0 100% 12u "Setup Options"