Add alt-key equivalent to Install button on license page

This commit is contained in:
2015-06-27 10:45:15 -04:00
parent 7b167da087
commit 39fd600673

View File

@@ -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"