Commit c07d7214 authored by Pauline Castets's avatar Pauline Castets Committed by Rafaël Carré

Win32 installer: change "I agree" button to "Next" in license page

Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
parent 00ee289f
...@@ -66,6 +66,7 @@ InstType $Name_InstTypeFull ...@@ -66,6 +66,7 @@ InstType $Name_InstTypeFull
!define MUI_WELCOMEPAGE_TITLE_3LINES !define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
; License page ; License page
!define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
!insertmacro MUI_PAGE_LICENSE "COPYING.txt" !insertmacro MUI_PAGE_LICENSE "COPYING.txt"
; Components page ; Components page
!insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_COMPONENTS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment