'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:
parent
5f6929026b
commit
cab7d8fce9
3 changed files with 5 additions and 3 deletions
|
@ -14,6 +14,7 @@ NSIS Modern User Interface - VERSION HISTORY
|
|||
* Support for custom pages before the finish page
|
||||
* Renamed Start Menu page defines
|
||||
* 'Do not create shortcuts' checkbox can be removed
|
||||
* 'MS Shell Dlg' font for header title
|
||||
* RTL support
|
||||
* Documentation updates
|
||||
* Minor fixes
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
!endif
|
||||
|
||||
!ifndef MUI_FONT_HEADER
|
||||
!define MUI_FONT_HEADER "MS Sans Serif"
|
||||
!define MUI_FONT_HEADER "MS Shell Dlg"
|
||||
!endif
|
||||
|
||||
!ifndef MUI_FONTSIZE_HEADER
|
||||
|
@ -466,7 +466,7 @@
|
|||
Pop ${MUI_TEMP1}
|
||||
!endif
|
||||
|
||||
LangDLL::LangDialog "${MUI_TEXT_LANGDLL_WINDOWTITLE}" "${MUI_TEXT_LANGDLL_INFO}" AF ${MUI_LANGDLL_PUSHLIST} "" 8 "${MUI_FONT}"
|
||||
LangDLL::LangDialog "${MUI_TEXT_LANGDLL_WINDOWTITLE}" "${MUI_TEXT_LANGDLL_INFO}" A ${MUI_LANGDLL_PUSHLIST} ""
|
||||
|
||||
Pop $LANGUAGE
|
||||
StrCmp $LANGUAGE "cancel" 0 +2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue