From ed82cf39f665087eb772345055c7263029d0f727 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 18 Jan 2003 11:14:51 +0000 Subject: [PATCH] State information for list boxes and their relatives git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2071 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index b97be5d2..e9aef2ab 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -243,7 +243,7 @@ numbers from 1 to NumFields. Each Field section can contain the following values Specifies the state of the control. This is updated when the user closes the window, so you can read from it from NSIS. For edit texts and dir and file request boxes, this is the string that is specified. For radio button and check boxes, - this can be '0' or '1' (for unchecked or checked). + this can be '0' or '1' (for unchecked or checked). For list boxes, combo boxes and drop lists this is the selected items separated by pipes ('|'). ListItems