ioSpecial

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2358 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-25 16:47:03 +00:00
parent 57427507c1
commit 0cd9f67549

View file

@ -508,7 +508,7 @@ ReserveFile "ioFile.ini" ;Your own InstallOptions INI files
the language header file of the NSIS exehead (Source\exehead\lang.h). the language header file of the NSIS exehead (Source\exehead\lang.h).
To change them, you need to edit this file and recompile NSIS.</p> To change them, you need to edit this file and recompile NSIS.</p>
<p class="text">To modify the Welcome and Finish dialog, edit the Install <p class="text">To modify the Welcome and Finish dialog, edit the Install
Options INI File ioWizard.ini in the 'Contrib\Modern UI' directory.</p> Options INI File ioSpecial.ini in the 'Contrib\Modern UI' directory.</p>
<p class="header">Customize Modern UI Functions</p> <p class="header">Customize Modern UI Functions</p>
<a name="customFunctions"></a><p class="text">If you want add your own code to functions <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, inserted by the Modern UI, such as the .onGUIInit function and the Page functions,