From bc33cdb3c29a32d99edcb98604835ef7d49850fa Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 6 Dec 2005 21:02:55 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4438 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 6340ff15..593dad3b 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -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