From 39fd600673bc6c2046d52e708829ae4c37f3da97 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 27 Jun 2015 10:45:15 -0400 Subject: [PATCH] Add alt-key equivalent to Install button on license page --- src/BoE.vsproj/Installer/main.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BoE.vsproj/Installer/main.nsi b/src/BoE.vsproj/Installer/main.nsi index 1a6ae122..3cf9b218 100644 --- a/src/BoE.vsproj/Installer/main.nsi +++ b/src/BoE.vsproj/Installer/main.nsi @@ -21,7 +21,7 @@ OutFile "Release\Install-OBoE.exe" ; These ensure that you don't have to "agree" to the license to continue !define MUI_LICENSEPAGE_TEXT_BOTTOM "Press the Install button to Continue" -!define MUI_LICENSEPAGE_BUTTON "Install" +!define MUI_LICENSEPAGE_BUTTON "&Install" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_LICENSE "..\..\..\LICENSE.txt"