From 30cc48c65c98d7a990788ec170874eccc82fcd1f Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 5 Nov 2002 16:18:53 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1595 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/callback.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/callback.but b/Docs/src/callback.but index 6c07ab87..014fec8b 100644 --- a/Docs/src/callback.but +++ b/Docs/src/callback.but @@ -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