diff --git a/Contrib/InstallOptions/Changelog.txt b/Contrib/InstallOptions/Changelog.txt
index a8ec79f0..81869375 100644
--- a/Contrib/InstallOptions/Changelog.txt
+++ b/Contrib/InstallOptions/Changelog.txt
@@ -1,8 +1,9 @@
-DLL version 2.0 (12/14/2002)
+DLL version 2.0 (1/4/2003)
* Supports custom font and DPI settings (by Joost Verburg)
* INI files should contain dialog units now, no pixels (by Joost Verburg)
* RESIZETOFIT flag for Bitmap control (by Amir Szekely)
* New documentation (by Joost Verburg)
+* New GROUP/NOTABSTOP/DISABLED flags
DLL version 1.7 beta (11/2/2002)
* Added initDialog and show DLL functions
diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html
index 801ce687..d61fb58f 100644
--- a/Contrib/InstallOptions/Readme.html
+++ b/Contrib/InstallOptions/Readme.html
@@ -218,8 +218,7 @@ numbers from 1 to NumFields. Each Field section can contain the following values
items in the list.
A "listbox" shows multiple items and can
optionally allow the user to select more than one item.
A
"CheckBox" control displays a check box with label.
- A "RadioButton" control displays a radio button with label.
- Always add a GROUP flag the first control in a group of radio buttons!
+ A "RadioButton" control displays a radio button with label.
A "FileRequest" control displays
a textbox and a browse button. Clicking the browse button will display a
file requester where the user can browse for a file.
A
@@ -388,11 +387,18 @@ numbers from 1 to NumFields. Each Field section can contain the following values
Also useful to support custom DPI settings.
How to use
Modern UI
@@ -503,12 +509,13 @@ FunctionEndVersion history