From 690a9f9b27d06703732e7d5197d91afd6756fd55 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 2 Mar 2006 17:18:59 +0000 Subject: [PATCH] link AddBrandingImage to SetBrandingImage git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4543 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 6fa1614b..e3e067e4 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -12,6 +12,8 @@ The commands below all adjust attributes of the installer. These attributes cont Adds a branding image on the top, bottom, left, or right of the installer. Its size will be set according to the width/height specified, the installer width/height and the installer font. The final size will not always be what you requested; have a look at the output of the command for the actual size. Because this depends on the installer font, you should use SetFont before AddBrandingImage. The default padding value is 2. +AddBrandingImage only adds a placeholder for an image. To set the image itself on runtime, use \R{setbrandingimage}{SetBrandimgImage}. + \c AddBrandingImage left 100 \c AddBrandingImage right 50 \c AddBrandingImage top 20