From 80da480c7a4e32f3fb226f8fa227afd0c0b65e71 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 29 Nov 2007 17:37:30 +0000 Subject: [PATCH] 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 --- Contrib/nsDialogs/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 31f2e95d..a3ba7d84 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -410,7 +410,7 @@ SectionEnd

Displays a directory selection dialog to the user.

-

Returns the selected directory on the stack or an empty string if the user canceled the operation.

+

Returns the selected directory on the stack or "error" in case the user canceled the operation or an error occured.

SetRTL