Fix nsDialogs docs typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6378 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4b3a146fdd
commit
45da52f51b
1 changed files with 2 additions and 2 deletions
|
@ -502,7 +502,7 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<p>Create a new control in the current dialog. A dialog must exist for this to work, so nsDialogs::Create must be called prior to this function.</p>
|
||||
|
||||
<p>Returns the new dialog's HWND on the stack or <i>error</i>.</p>
|
||||
<p>Returns the new control's HWND on the stack or <i>error</i>.</p>
|
||||
|
||||
<h3><a name="ref-show"></a>Show</h3>
|
||||
|
||||
|
@ -647,7 +647,7 @@ SectionEnd</pre></blockquote>
|
|||
<li>${NSD_CreateProgressBar}</li>
|
||||
</ul>
|
||||
|
||||
<p>Returns the new dialog's HWND on the stack or error.</p>
|
||||
<p>Returns the new control's HWND on the stack or <i>error</i></p>
|
||||
|
||||
<h3><a name="mref-onback"></a>NSD_OnBack</h3>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue