git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1595 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-05 16:18:53 +00:00
parent 0e7a356fa0
commit 30cc48c65c

View file

@ -10,9 +10,9 @@ This callback will be called just before the first page is loaded and the instal
Example:
\c !insertmacro ${NSISDIR}\Examples\WinMessages.NSH
\c !include "${NSISDIR}\Examples\WinMessages.NSH"
\c
\c Funciton .onGUIInit
\c Function .onGUIInit
\c # 1028 is the id of the branding text control
\c GetDlgItem $R0 $HWNDPARENT 1028
\c CreateFont $R1 "Tahoma" 10 700