From 9c12f70b9d43c283e37e27ae7c28336ed25f47ea Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 14 Mar 2003 10:15:31 +0000 Subject: [PATCH] comment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2291 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/example1.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/example1.nsi b/Examples/example1.nsi index d214fbac..fb5378db 100644 --- a/Examples/example1.nsi +++ b/Examples/example1.nsi @@ -22,7 +22,7 @@ DirText "This will install the very simple example1 on your computer. Choose a d ;-------------------------------- ; The stuff to install -Section "" ;Only one section, so the name is not important +Section "" ;No components page, name is not important ; Set output path to the installation directory. SetOutPath $INSTDIR