From 399cc5c4d404d7b33ecd75fd20ee3e0c183671e9 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Jan 2016 12:15:45 -0800 Subject: [PATCH] tweak options label font and close button text --- cmake/templates/NSIS.template.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index bcd4469e51..e2af21d9c6 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -785,13 +785,13 @@ Function PostInstallOptionsPage ${EndIf} ; Set the text on the dialog button to match finish - SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:&Finish" + SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 1 "STR:$(^CloseBtn)" - ${NSD_CreateLabel} 0 0 100% 14u "Setup Options" + ${NSD_CreateLabel} 0 0 100% 12u "Setup Options" Pop $OPTIONS_LABEL ; Set label to bold - CreateFont $R2 "MS Shell Dlg" 14 700 + CreateFont $R2 "Arial" 12 700 SendMessage $OPTIONS_LABEL ${WM_SETFONT} $R2 0 ; Force label redraw