aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index e86d5fefcf..a9175701fa 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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.