making the Modern UI the default

svn path=/trunk/; revision=10022
This commit is contained in:
Ulf Lamping 2004-02-10 18:12:40 +00:00
parent 99a49ce529
commit 132c807e39
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: config.nmake,v 1.79 2004/01/31 03:35:25 guy Exp $
# $Id: config.nmake,v 1.80 2004/02/10 18:12:40 ulfl Exp $
VERSION=0.10.0
#
@ -147,7 +147,7 @@ MAKENSIS="C:/program files/nsis/makensis.exe"
# If you don't want the modern UI (or don't have a recent NSIS version),
# comment this line out, so that MAKENSIS_MODERN_UI isn't defined.
#
#MAKENSIS_MODERN_UI=USE
MAKENSIS_MODERN_UI=USE
#
# You should not have to change anything below this comment.