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:
anders_k 2013-07-05 21:28:36 +00:00
parent 4b3a146fdd
commit 45da52f51b

View file

@ -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>