small fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1961 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-16 14:03:11 +00:00
parent 7aa623ea79
commit fb8dde26d6
2 changed files with 6 additions and 6 deletions

View file

@ -184,12 +184,12 @@ It can contain the following values:</p>
<td class="lefttable"><span class="bold">NextButtonText</span></td>
<td class="lefttable"><span class="italic">(optional)</span></td>
<td class="righttable">Overrides the text for the next button. If not specified, the next button text
will not be changed. Recommended value: "Next >"</td></tr>
will not be changed. Recommended value: "Next &gt;"</td></tr>
<tr>
<td class="lefttable"><span class="bold">BackButtonText</span></td>
<td class="lefttable"><span class="italic">(optional)</span></td>
<td class="righttable">Overrides the text for the back button. If not specified, the back button text
will not be changed. Recommended value: "< Back"</td></tr>
will not be changed. Recommended value: "&lt; Back"</td></tr>
<tr>
<td class="lefttable"><span class="bold">Rect</span></td>
<td class="lefttable"><span class="italic">(optional)</span></td>
@ -405,9 +405,9 @@ check the <a href="..\..\Docs\Chapter3.html#3.5">NSIS documentation</a>
for information about the page system.
<p class="text">The InstallOptions DLL has three functions:</p>
<ul>
<li>dialog - Creates the dialog immidiately
<li>initDialog - Creates the in dialog memory, does not show it
<li>show - Shows a dialog created in memory
<li>dialog - Creates the dialog immidiately</li>
<li>initDialog - Creates the dialog in memory, does not show it</li>
<li>show - Shows a dialog created in memory</li>
</ul>
<p class="text">Usually, you only need to use the dialog function:</p>
<pre class="margin">

View file

@ -461,7 +461,7 @@ FunctionEnd
<li>Added define to show uninstall confirm page</li>
<li>Added language string for finish page title and continue to uninstall</li>
<li>Define for parameters for the application to run on the finish page</li>
<li>Bugfixes
<li>Bugfixes</li>
</ul>
<p class="text"></p>
<li>1.6 - November 18, 2002