wrong define name

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2504 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-04-28 20:26:16 +00:00
parent 6c32bae905
commit 2e8e2316c9

View file

@ -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.</p>
<p class="text">Example:</p>
<pre class="text">
!define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit
!define MUI_CUSTOMFUNCTION_GUIINIT myGuiInit
Function myGUIInit
...your own code...