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
This commit is contained in:
parent
38b319f424
commit
2707d5d46e
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ ReserveFile "ioFile.ini" ;Your own InstallOptions INI files
|
|||
<a name="customFunctions"></a><p class="text">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.</p>
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue