From b2f4d9f3361e53d5f671492da260a11f160f0806 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 15 Mar 2003 20:22:15 +0000 Subject: [PATCH] echo Modern UI version git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2307 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 97248013..9d39a354 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -6,13 +6,15 @@ ;-------------------------------- +!echo "NSIS Modern User Interface version 1.63 - © 2002-2003 Joost Verburg" + !ifndef MUI_MANUALVERBOSE !verbose 3 !endif -!ifndef MUI_MACROS_USED +!ifndef MUI_INCLUDED -!define MUI_MACROS_USED +!define MUI_INCLUDED !include "WinMessages.nsh"