[vlc-devel] [PATCH] Win32 installer: change "I agree" button to "Next" in license page
Pauline Castets
pcastets at actech-innovation.com
Mon Aug 4 18:03:11 CEST 2008
---
extras/package/win32/vlc.win32.nsi.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 5a30f7e..a58bfc9 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -65,6 +65,7 @@ InstType $Name_InstTypeFull
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME
; License page
+ !define MUI_LICENSEPAGE_BUTTON $(^NextBtn)
!insertmacro MUI_PAGE_LICENSE "COPYING.txt"
; Components page
!insertmacro MUI_PAGE_COMPONENTS
--
1.5.4.3
More information about the vlc-devel
mailing list