[vlc-devel] commit: Win32 installer: change "I agree" button to "Next" in license page (Pauline Castets )

git version control git at videolan.org
Thu Oct 29 18:27:40 CET 2009


vlc | branch: master | Pauline Castets <pcastets at actech-innovation.com> | Mon Aug  4 18:03:11 2008 +0200| [c07d72146286da935a04be579d6b60bf633cbceb] | committer: Rafaël Carré 

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

Signed-off-by: Rafaël Carré <rafael.carre at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c07d72146286da935a04be579d6b60bf633cbceb
---

 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 ae341f5..ce3469f 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -66,6 +66,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




More information about the vlc-devel mailing list