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