'MS Shell Dlg' font for header title and language selection dialog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2271 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-10 21:29:22 +00:00
parent 5f6929026b
commit cab7d8fce9
3 changed files with 5 additions and 3 deletions

View file

@ -259,7 +259,7 @@ follow these steps:</p>
<p class="text"><span class="bold">MUI_FONT, MUI_FONTSIZE</span> <i>(MS Shell Dlg, 8)</i><br />
The font for the normal texts.</p>
<p class="text"><span class="bold">MUI_FONT_HEADER, MUI_FONTSIZE_HEADER, MUI_FONTSTYLE_HEADER</span>
<i>(MS Sans Serif, 8, 700)</i><br />
<i>(MS Shell Dlg, 8, 700)</i><br />
The font for the title in the header. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]</p>
<p class="text"><span class="bold">MUI_FONT_TITLE, MUI_FONTSIZE_TITLE, MUI_FONTSTYLE_TITLE</span>
<i>(Verdana, 12, 700)</i><br />
@ -586,6 +586,7 @@ FunctionEnd
<li>Support for custom pages before the finish page</li>
<li>Renamed Start Menu page defines</li>
<li>'Do not create shortcuts' checkbox can be removed</li>
<li>'MS Shell Dlg' font for header title</li>
<li>RTL support</li>
<li>Documentation updates</li>
<li>Minor fixes</li>