From 0d82e85746a635e90161206de3dcad6142b40252 Mon Sep 17 00:00:00 2001
From: kichik
Date: Thu, 29 Aug 2002 15:40:58 +0000
Subject: [PATCH] *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@832 212acab6-be3b-0410-9dea-997c60f758d6
---
Examples/Modern UI/Readme.html | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/Examples/Modern UI/Readme.html b/Examples/Modern UI/Readme.html
index 6f36c05c..3cc4cbf6 100644
--- a/Examples/Modern UI/Readme.html
+++ b/Examples/Modern UI/Readme.html
@@ -118,15 +118,20 @@ table
texts are defined in the language header file of the NSIS exehead
(Source\exehead\lang.h). To change them, you need to edit this
file and recompile NSIS.
+ If you have an installer with a lot of subsections or long
+ section names, use the modern2.exe ui, which has a larger treeview for
+ the component selection. To use modern2.exe, change the first parameter
+ of the MUI_INTERFACE macro.
- 1.1 - August 29th, 2002
- - You need the latest NSIS 2 CVS version for this to work!
- Header file with macros, it's now very easy to use the UI in your scripts :)
+
- Added the modern2.exe UI, with an other location of the Description frame,
+ for installers with a lot of subsections (thanks rainwater)
- Updated example scripts
-
- Added Multilanguage.nsi example (Multilanguage & LangDLL)
-
- Fixed background color issue with some custom XP themes
+
- Added Multilanguage.nsi example (Multilanguage & LangDLL)
+
- Fixed background color issue with some custom XP themes
- Removed WS_VISIBLE from black rect for inner dialog (fixes display issues)
- Changed size of description area
- Example script: Added instructions for the user on the Description frame
@@ -134,7 +139,7 @@ table
- Used modern.bmp for the checks (thanks rainwater)
- Using the new NSIS version, descriptions work using the keyboard and you can give
descriptions to subsections
-
- Correct font size using High-DPI fonts
+
- Correct font size using High-DPI fonts
- 1.0 - August 26th, 2002