From 2707d5d46e81de1cb8c8b67eed39695485c13c17 Mon Sep 17 00:00:00 2001
From: joostverburg
Date: Tue, 15 Apr 2003 18:46:18 +0000
Subject: [PATCH] info about position of custom function defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2462 212acab6-be3b-0410-9dea-997c60f758d6
---
Contrib/Modern UI/Readme.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html
index 08821293..005ad22b 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -528,7 +528,7 @@ ReserveFile "ioFile.ini" ;Your own InstallOptions INI files
If you want add your own code to functions
inserted by the Modern UI, such as the .onGUIInit function and the Page functions,
create your own function and let the Modern UI functions call them. Use the defines
-to define the name of your functions.
+to define the name of your functions. Add the defines before the MUI_LANGUAGE macro's.
Example:
!define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit