mui2 out of beta

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5433 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-12-22 10:26:34 +00:00
parent 4aca101c3c
commit 4f8695d2aa
2 changed files with 4 additions and 7 deletions

View file

@ -1,18 +1,18 @@
/* /*
NSIS Modern User Interface - Version 2.0 beta NSIS Modern User Interface - Version 2.0
Copyright © 2002-2008 Joost Verburg Copyright © 2002-2008 Joost Verburg
*/ */
!echo "NSIS Modern User Interface version 2.0 beta - © 2002-2008 Joost Verburg" !echo "NSIS Modern User Interface version 2.0 - © 2002-2008 Joost Verburg"
;-------------------------------- ;--------------------------------
!ifndef MUI_INCLUDED !ifndef MUI_INCLUDED
!define MUI_INCLUDED !define MUI_INCLUDED
!define MUI_SYSVERSION "2.0beta" !define MUI_SYSVERSION "2.0"
!verbose push !verbose push

View file

@ -191,11 +191,8 @@
</div> </div>
</div> </div>
<h1> <h1>
Modern UI 2.0 beta</h1> Modern UI 2.0</h1>
<div> <div>
<p>
This is a beta version of the Modern UI version 2.0, which is only intended for
testing purposes.</p>
<p> <p>
This new version makes it easier to customize pages, because the same method can This new version makes it easier to customize pages, because the same method can
be used to&nbsp; change standard NSIS pages as well as additional pages provided be used to&nbsp; change standard NSIS pages as well as additional pages provided