typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4438 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b1be974447
commit
bc33cdb3c2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Creates a font and puts its handle into user_var. For more information about the
|
|||
You can get the current font used by NSIS using the ^Font and ^FontSize \R{langstring}{LangString}s.
|
||||
|
||||
\c !include WinMessages.nsh
|
||||
\c GetDlgItem $$0 $HWNDPARENT 1
|
||||
\c GetDlgItem $0 $HWNDPARENT 1
|
||||
\c CreateFont $1 "Times New Roman" "7" "700" /UNDERLINE
|
||||
\c SendMessage $0 ${WM_SETFONT} $1 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue