From 4284744e89d83d48bc27a5e35d0dff6d9a630289 Mon Sep 17 00:00:00 2001 From: rainwater Date: Wed, 28 Aug 2002 20:10:14 +0000 Subject: [PATCH] trimright fix git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@789 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 b02b292f..3461ef39 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -21,6 +21,7 @@ XPStyle on ChangeUI all "${NSISDIR}\Contrib\UIs\modernsimple.exe" SetFont Tahoma 8 CheckBitmap "${NSISDIR}\Contrib\Icons\modern.bmp" +BrandingText /TRIMRIGHT LicenseText "Scroll down to see the rest of the agreement." LicenseData ..\license.txt