aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-10 18:12:40 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-10 18:12:40 +0000
commitdbb6fa0fbd9051c93b5ba0546a21ffe36ba1431e (patch)
treeb6c1aa66d39359cac81c354c529e491dc76fb2dc /config.nmake
parenta61f7bd88ef3b585b1e9a54bfec6ee630f479a37 (diff)
making the Modern UI the default
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10022 f5534014-38df-0310-8fa8-9805f1628bb7
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.