From 2e8e2316c96670a57903eb827245e68270e827de Mon Sep 17 00:00:00 2001
From: joostverburg
Date: Mon, 28 Apr 2003 20:26:16 +0000
Subject: [PATCH] wrong define name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2504 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 9f074b57..716d690f 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -546,7 +546,7 @@ create your own function and let the Modern UI functions call them. Use the defi
to define the name of your functions. Add the defines before the MUI_LANGUAGE macro's.
Example:
-!define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit
+!define MUI_CUSTOMFUNCTION_GUIINIT myGuiInit
Function myGUIInit
...your own code...