From 05daae355d94927ac206331ced5e8009b74b4371 Mon Sep 17 00:00:00 2001 From: rainwater Date: Thu, 29 Aug 2002 02:32:38 +0000 Subject: [PATCH] bg color of license is white git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@811 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 97870be0..efaed07b 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -25,6 +25,7 @@ BrandingText /TRIMRIGHT LicenseText "Scroll down to read the rest of the license agreement:" LicenseData ..\license.txt +LicenseBkColor FFFFFF ComponentText "This will install the Nullsoft Install System v${VER_MAJOR}.${VER_MINOR} on your computer:" InstType "Full"