fixed bug #1896803 - nsDialogs::SelectFolderDialog Bug 1841120 still open?

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5546 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-02-19 23:37:12 +00:00
parent dbd80ca086
commit e5d72da7c1

View file

@ -421,7 +421,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>