applied patch #1662419 - Documentation typo fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4943 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a796f08c10
commit
69ac340afe
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ 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}.
|
||||
AddBrandingImage only adds a placeholder for an image. To set the image itself on runtime, use \R{setbrandingimage}{SetBrandingImage}.
|
||||
|
||||
\c AddBrandingImage left 100
|
||||
\c AddBrandingImage right 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue