From 30b1341dbba8ab58049aa13c0519fe2127bc75e0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 25 Feb 2016 10:15:59 -0800 Subject: [PATCH] change the close button text to finish --- cmake/templates/NSIS.template.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 6e2ee721bf..68085fddbf 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -923,6 +923,9 @@ Function .onInit Quit !endif + ; change the button text so close says "Finish" + MiscButtonText "Back" "Next" "Cancel" "Finish" + ; make sure none of the installed applications are still running !insertmacro CheckForRunningApplications "installed" "Installer" ${nsProcess::Unload}