From 7735b0ebeff2382dfe652c2feb5c59a5dfe792cf Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 16 Jan 2003 12:23:39 +0000 Subject: [PATCH] not the second page git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2068 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/gfx.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/gfx.nsi b/Examples/gfx.nsi index 9eb9ff22..f9fb954b 100644 --- a/Examples/gfx.nsi +++ b/Examples/gfx.nsi @@ -34,7 +34,7 @@ SetFont "Comic Sans MS" 8 ; Just to make it three pages... SubCaption 0 ": Yet another page..." SubCaption 2 ": Yet another page..." -LicenseText "Second page" +LicenseText "License page" LicenseData "gfx.nsi" DirText "Lets make a third page!"