From 11d65381d9ba4ab7751e19864e8e8e27b3993396 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 11 Nov 2002 15:20:14 +0000 Subject: [PATCH] Caption for custom pages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1665 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/test.ini | 1 - Contrib/InstallOptions/test.nsi | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Contrib/InstallOptions/test.ini b/Contrib/InstallOptions/test.ini index 7750e049..6e1c3fd7 100644 --- a/Contrib/InstallOptions/test.ini +++ b/Contrib/InstallOptions/test.ini @@ -1,6 +1,5 @@ [Settings] NumFields=6 -Title=Install Options Test Setup: Testing Installer Options [Field 1] Type=checkbox diff --git a/Contrib/InstallOptions/test.nsi b/Contrib/InstallOptions/test.nsi index 1d4ca38d..da6a3469 100644 --- a/Contrib/InstallOptions/test.nsi +++ b/Contrib/InstallOptions/test.nsi @@ -25,7 +25,7 @@ ComponentText "Choose components" ;Order of pages Page license -Page custom SetCustom ;Custom page. Install Options gets called in SetCustom. +Page custom SetCustom ": Testing Installer Options" ;Custom page. Install Options gets called in SetCustom. Page components Page directory Page instfiles