fixed bug #1891266 - Modern UI Documentation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5537 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-02-11 20:33:35 +00:00
parent 9bf8b0ca97
commit 090a89e4e0

View file

@ -1098,9 +1098,6 @@ FunctionEnd</pre>
<h1>
<a name="examples" id="examples">Example scripts</a></h1>
<div>
<p>
The example scripts do not use the Modern UI 2.0 yet. To can upgrade any example
(except InstallOptions.nsi) by inserting the MUI2.nsh header file instead of MUI.nsh.</p>
<p>
Basic: <a href="../../Examples/Modern%20UI/Basic.nsi">Basic.nsi</a><br />
Welcome/Finish page: <a href="../../Examples/Modern%20UI/WelcomeFinish.nsi">WelcomeFinish.nsi</a><br />