fixed bug #1841120 - Incorrectly documented returncode SelectFolderDialog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5386 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-11-29 17:37:30 +00:00
parent 7a751e69ec
commit 80da480c7a

View file

@ -410,7 +410,7 @@ SectionEnd</pre></blockquote>
<p>Displays a directory selection dialog to the user.</p>
<p>Returns the selected directory on the stack or an empty string if the user canceled the operation.</p>
<p>Returns the selected directory on the stack or "error" in case the user canceled the operation or an error occured.</p>
<h3><a name="ref-setrtl"></a>SetRTL</h3>