added MUI_FINISHPAGE_LINK_COLOR

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2801 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-08-12 13:08:28 +00:00
parent 5abd45c61e
commit 4c24a93e6a
2 changed files with 30 additions and 15 deletions

View file

@ -353,6 +353,8 @@ parameters.</p>
</div>
<p class="text"><span class="bold">MUI_BGCOLOR </span><span class="parameter">(color: 0xBBGGRR hexadecimal)</span><br />
Background color for the header, Welcome page and Finish page.<br /><i>Default: 0xFFFFFF</i></p>
<p class="text"><span class="bold">MUI_FINISHPAGE_LINK_COLOR </span><span class="parameter">(color: 0xBBGGRR hexadecimal)</span><br />
Text color for the link on the Finish page.<br /><i>Default: 0x800000</i></p>
<p class="text"><span class="bold">MUI_RTL_UI</span><br />
Right-to-left interface.</p>
<p class="subheader">5. Define custom functions (optional)</p>