*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@832 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-29 15:40:58 +00:00
parent 19fa74860e
commit 0d82e85746

View file

@ -118,12 +118,17 @@ table
texts are defined in the language header file of the NSIS exehead texts are defined in the language header file of the NSIS exehead
(Source\exehead\lang.h). To change them, you need to edit this (Source\exehead\lang.h). To change them, you need to edit this
file and recompile NSIS.</p> file and recompile NSIS.</p>
<p class="text">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.</p>
<p class="header">Version history</p> <p class="header">Version history</p>
<ul> <ul>
<li class="text">1.1 - August 29th, 2002 <li class="text">1.1 - August 29th, 2002
<ul> <ul>
<li>You need the latest NSIS 2 CVS version for this to work!
<li>Header file with macros, it's now very easy to use the UI in your scripts :) <li>Header file with macros, it's now very easy to use the UI in your scripts :)
<li>Added the modern2.exe UI, with an other location of the Description frame,
for installers with a lot of subsections (thanks rainwater)
<li>Updated example scripts <li>Updated example scripts
<li>Added Multilanguage.nsi example (Multilanguage & LangDLL) <li>Added Multilanguage.nsi example (Multilanguage & LangDLL)
<li>Fixed background color issue with some custom XP themes <li>Fixed background color issue with some custom XP themes